Tuxedo
0

Administering a Tuxedo Application at Run Time

 Previous Next Contents View as PDF  

PortableServer::POA::the_POAManager

Synopsis

Identifies the POA manager associated with the POA.

C++ Binding

POAManager_ptr the_POAManager ();

Argument

None.

Description

This read-only attribute identifies the POA manager associated with the POA.

Note: This function is supported only for a joint client/server.

Return Values

None.

Example

poa->the_POAManager()->activate();

This statement will set the state of the POAManager for the given POA to active, which is required if the POA is to accept requests. Note that if the POA has a parent, that is, it is not the root POA, all of its parent's POAManagers must also be in the active state for this statement to have any effect.

 

Back to Top Previous Next
Contact e-docsContact BEAwebmasterprivacy