Uses of Interface
org.omg.PortableServer.POAManager
Packages that use POAManager
Package
Description
-
Uses of POAManager in com.sun.corba.ee.impl.oa.poa
Classes in com.sun.corba.ee.impl.oa.poa that implement POAManagerModifier and TypeClassDescriptionclass
POAManagerImpl is the implementation of the POAManager interface.Fields in com.sun.corba.ee.impl.oa.poa with type parameters of type POAManagerModifier and TypeFieldDescriptionprivate ConcurrentHashMap
<POAManager, Boolean> POAFactory.poaManagers
Methods in com.sun.corba.ee.impl.oa.poa that return POAManagerMethods in com.sun.corba.ee.impl.oa.poa that return types with arguments of type POAManagerMethods in com.sun.corba.ee.impl.oa.poa with parameters of type POAManagerModifier and TypeMethodDescriptionvoid
POAFactory.addPoaManager
(POAManager manager) POAImpl.create_POA
(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 POAManagerModifier and TypeFieldDescriptionprivate final Set
<POAManager> ReferenceFactoryManagerImpl.managers
-
Uses of POAManager in org.omg.PortableServer
Methods in org.omg.PortableServer that return POAManagerModifier and TypeMethodDescriptionPOAOperations.the_POAManager()
This attribute identifies the POA manager associated with the POA.Methods in org.omg.PortableServer with parameters of type POAManagerModifier and TypeMethodDescriptionPOAOperations.create_POA
(String adapter_name, POAManager a_POAManager, Policy[] policies) This operation creates a new POA as a child of the target POA.