PortableServer::POAManager - Maintain POA's within an ORB
my $poa = $orb->resolve_initial_references('RootPOA'); my $poamanager = $poa->the_POAManager(); $poamanager->activate();
activate
- Activate the POAManager. This allows the POAManager's
POA's to deliver requests to activated objects.
get_state
- Retrieve the state of the POAManager. It will be in one
of the four possible states HOLDING, ACTIVE, DISCARDING, or
INACTIVE.
get_id
- Return the identifier for this POAManager.