Uses of Interface
org.omg.PortableServer.POAManager
Packages that use POAManager
-
Uses of POAManager in com.sun.corba.se.impl.oa.poa
Classes in com.sun.corba.se.impl.oa.poa that implement POAManagerModifier and TypeClassDescriptionclassPOAManagerImpl is the implementation of the POAManager interface.Methods in com.sun.corba.se.impl.oa.poa that return POAManagerMethods in com.sun.corba.se.impl.oa.poa with parameters of type POAManagerModifier and TypeMethodDescriptionvoidPOAFactory.addPoaManager(POAManager manager) POAImpl.create_POA(String name, POAManager theManager, Policy[] policies) create_POASection 3.3.8.2voidPOAFactory.removePoaManager(POAManager manager) -
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.