Searched defs:PortableServer (Results 1 - 6 of 6) sorted by relevance

/openjdk7/corba/src/share/classes/org/omg/PortableServer/
H A DDynamicImplementation.java25 package org.omg.PortableServer;
H A DCurrentHelper.java26 package org.omg.PortableServer;
30 * org/omg/PortableServer/CurrentHelper.java .
32 * from ../../../../src/share/classes/org/omg/PortableServer/poa.idl
38 * The PortableServer::Current interface, derived from
57 private static String _id = "IDL:omg.org/PortableServer/Current:2.3";
60 org.omg.PortableServer.Current that)
68 public static org.omg.PortableServer.Current extract (org.omg.CORBA.Any a)
79 org.omg.PortableServer.CurrentHelper.id (), "Current");
89 public static org.omg.PortableServer.Current read (
96 org.omg.PortableServer
[all...]
H A DPOAHelper.java26 package org.omg.PortableServer;
29 * org/omg/PortableServer/POAHelper.java .
31 * from ../../../../src/share/classes/org/omg/PortableServer/poa.idl
48 private static String _id = "IDL:omg.org/PortableServer/POA:2.3";
51 org.omg.PortableServer.POA that)
59 public static org.omg.PortableServer.POA extract (org.omg.CORBA.Any a)
69 __typeCode = org.omg.CORBA.ORB.init ().create_interface_tc (org.omg.PortableServer.POAHelper.id (), "POA");
79 public static org.omg.PortableServer.POA read (
86 org.omg.PortableServer.POA value)
91 public static org.omg.PortableServer
[all...]
H A DServant.java25 package org.omg.PortableServer;
28 import org.omg.PortableServer.portable.Delegate;
33 * <code>org.omg.PortableServer.Servant</code> class.
47 * <code>PortableServer::Servant</code>.
49 * implementation of <code>PortableServer::Servant</code>.
66 * the <code>PortableServer::Servant</code>.
113 * <code>PortableServer::Current:get_POA</code>.
123 * to calling <code>PortableServer::Current::get_object_id</code>.
224 org.omg.PortableServer.portable.Delegate delegate = _get_delegate();
233 Class[] argc = { org.omg.PortableServer
[all...]
/openjdk7/corba/src/share/classes/org/omg/PortableServer/ServantLocatorPackage/
H A DCookieHolder.java26 package org.omg.PortableServer.ServantLocatorPackage;
29 * The native type PortableServer::ServantLocator::Cookie is mapped
/openjdk7/corba/src/share/classes/org/omg/PortableServer/portable/
H A DDelegate.java25 package org.omg.PortableServer.portable;
27 import org.omg.PortableServer.Servant;
28 import org.omg.PortableServer.POA;
36 * implementation of PortableServer::Servant.
58 * calling PortableServer::Current:get_POA.
66 * to calling PortableServer::Current::get_object_id.

Completed in 36 milliseconds