Skip navigation.

CORBA Programming Reference

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents View as PDF   Get Adobe Reader

 


PortableServer::POAManager::activate

Synopsis

Changes the state of the POAManager to active.

C++ Binding

void activate();

Argument

None.

Exceptions

If this operation is issued while the POAmanager is in the inactive state, the PortableServer::POAManager::AdapterInactive exception is raised.

Description

This operation changes the state of the POAManager to active. Entering the active state enables the associated POAs to process requests.

Note: All parent POAs must also have POAManagers in the active state for this POA to process requests.

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

Return Values

None.

 

Skip navigation bar  Back to Top Previous Next