Uses of Interface org.omg.PortableServer.POAManager

Uses in package gnu.CORBA.Poa

Classes implementing org.omg.PortableServer.POAManager

class
The implementation of the POA manager.

Constructors with parameter type org.omg.PortableServer.POAManager

gnuPOA.gnuPOA(gnuPOA a_parent, String a_name, POAManager a_manager, Policy[] a_policies, ORB_1_4 an_orb)
Create a new abstract POA.

Fields of type org.omg.PortableServer.POAManager

POAManager
The POA manager, used to control the work of this object.

Methods with parameter type org.omg.PortableServer.POAManager

POA
gnuPOA.createPoaInstance(String child_name, POAManager a_manager, Policy[] policies, ORB_1_4 an_orb)
Create an instance of the POA with the given features.
POA
gnuPOA.create_POA(String child_name, POAManager manager, Policy[] policies)
Creates a new POA as a child of the target POA.

Methods with return type org.omg.PortableServer.POAManager

POAManager
Return the POA manager, associated with this POA.

Uses in package org.omg.PortableServer

Methods with parameter type org.omg.PortableServer.POAManager

POA
POAOperations.create_POA(String child_name, POAManager manager, Policy[] policies)
Creates a new POA as a child of the target POA.

Methods with return type org.omg.PortableServer.POAManager

POAManager
Return the POA manager, associated with this POA.