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

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/poa/
H A DPOAImpl.java108 * POAImpl is the implementation of the Portable Object Adapter. It
116 public class POAImpl extends ObjectAdapterBase implements POA class in inherits:ObjectAdapterBase,POA
120 /* POA creation takes place in 2 stages: first, the POAImpl constructor is
127 Calling the POAImpl constructor results in a new POA in state STATE_START.
201 // Note that POAImpl handles all synchronization, so mediator is (mostly)
214 private POAImpl parent; // The POA that created this POA.
265 static POAImpl makeRootPOA( ORB orb )
270 POAImpl result = new POAImpl( ORBConstants.ROOT_POA_NAME,
311 private POAImpl( Strin method in class:POAImpl
[all...]

Completed in 31 milliseconds