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 classPOAManagerImplPOAManagerImpl 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. poaManagersMethods in com.sun.corba.ee.impl.oa.poa that return POAManager Modifier and Type Method Description POAManagerPOAImpl. the_POAManager()the_POAManagerSection 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 voidPOAFactory. addPoaManager(POAManager manager)POAPOAImpl. create_POA(java.lang.String name, POAManager theManager, Policy[] policies)create_POASection 3.3.8.2voidPOAFactory. 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 POAManagerPOAOperations. 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 POAPOAOperations. 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.
-