Uses of Interface
org.omg.PortableServer.POAManager
-
Packages that use POAManager Package Description com.sun.corba.ee.impl.oa.poa com.sun.corba.ee.impl.oa.rfm org.omg.PortableServer -
-
Uses of POAManager in com.sun.corba.ee.impl.oa.poa
Classes in com.sun.corba.ee.impl.oa.poa that implement POAManager Modifier and Type Class Description class
POAManagerImpl
POAManagerImpl is the implementation of the POAManager interface.Fields in com.sun.corba.ee.impl.oa.poa with type parameters of type POAManager Modifier and Type Field Description private java.util.concurrent.ConcurrentHashMap<POAManager,java.lang.Boolean>
POAFactory. poaManagers
Methods in com.sun.corba.ee.impl.oa.poa that return POAManager Modifier and Type Method Description POAManager
POAImpl. the_POAManager()
the_POAManager
Section 3.3.8.8Methods in com.sun.corba.ee.impl.oa.poa that return types with arguments of type POAManager Modifier and Type Method Description private java.util.Set<POAManager>
POAFactory. getPOAManagers()
Methods in com.sun.corba.ee.impl.oa.poa with parameters of type POAManager Modifier and Type Method Description void
POAFactory. addPoaManager(POAManager manager)
POA
POAImpl. create_POA(java.lang.String name, POAManager theManager, Policy[] policies)
create_POA
Section 3.3.8.2void
POAFactory. removePoaManager(POAManager manager)
-
Uses of POAManager in com.sun.corba.ee.impl.oa.rfm
Fields in com.sun.corba.ee.impl.oa.rfm with type parameters of type POAManager Modifier and Type Field Description private java.util.Set<POAManager>
ReferenceFactoryManagerImpl. managers
-
Uses of POAManager in org.omg.PortableServer
Methods in org.omg.PortableServer that return POAManager Modifier and Type Method Description POAManager
POAOperations. the_POAManager()
This attribute identifies the POA manager associated with the POA.Methods in org.omg.PortableServer with parameters of type POAManager Modifier and Type Method Description POA
POAOperations. create_POA(java.lang.String adapter_name, POAManager a_POAManager, Policy[] policies)
This operation creates a new POA as a child of the target POA.
-