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

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/poa/
H A DPOAImpl.java172 private static final int STATE_INIT_DONE = 2 ; // adapter activator called create_POA
751 * <code>create_POA</code>
754 public POA create_POA(String name, POAManager method in class:POAImpl
762 ORBUtility.dprint( this, "Calling create_POA(name=" + name +
783 "Calling create_POA: new poa is " + poa ) ;
867 // Initialization must be completed by a call to create_POA
872 // when create_POA is called inside the AdapterActivator.
927 // destroyIfNotInitDone so that calls to enter() and create_POA()

Completed in 32 milliseconds