Uses of Interface
org.omg.PortableServer.POAManager

Packages that use POAManager
org.jacorb.poa   
org.omg.PortableServer   
 

Uses of POAManager in org.jacorb.poa
 

Classes in org.jacorb.poa that implement POAManager
 class POAManager
          The poa manager class, an implementation of org.omg.PortableServer.POAManager
 

Methods in org.jacorb.poa that return POAManager
 POAManager POA.the_POAManager()
           
 

Methods in org.jacorb.poa with parameters of type POAManager
 POA POA.create_POA(java.lang.String adapter_name, POAManager a_POAManager, Policy[] policies)
          additionally raises an org.omg.CORBA.BAD_INV_ORDER exception if the poa goes shutdown and this method will called (not spec.)
 

Uses of POAManager in org.omg.PortableServer
 

Classes in org.omg.PortableServer that implement POAManager
 class _POAManagerLocalBase
          Abstract base class for implementations of local interface POAManager
 class POAManagerLocalTie
          Generated from IDL interface "POAManager"
 

Fields in org.omg.PortableServer declared as POAManager
 POAManager POAManagerHolder.value
           
 

Methods in org.omg.PortableServer that return POAManager
static POAManager POAManagerHelper.extract(Any any)
           
static POAManager POAManagerHelper.read(InputStream in)
           
static POAManager POAManagerHelper.narrow(java.lang.Object obj)
           
static POAManager POAManagerHelper.narrow(Object obj)
           
static POAManager POAManagerHelper.unchecked_narrow(Object obj)
           
 POAManager POALocalTie.the_POAManager()
           
 POAManager POAOperations.the_POAManager()
           
 

Methods in org.omg.PortableServer with parameters of type POAManager
static void POAManagerHelper.insert(Any any, POAManager s)
           
static void POAManagerHelper.write(OutputStream _out, POAManager s)
           
 POA POALocalTie.create_POA(java.lang.String adapter_name, POAManager a_POAManager, Policy[] policies)
           
 POA POAOperations.create_POA(java.lang.String adapter_name, POAManager a_POAManager, Policy[] policies)
           
 

Constructors in org.omg.PortableServer with parameters of type POAManager
POAManagerHolder(POAManager initial)