J-Integra® Espresso Programming Documentation (API)

POA.find_POA Method

If this POA has a child POA with the specified name relative to this POA, the named child POA is returned. If it does not exist, a child POA with the requested name is activated

PortableServer.POA find_POA(
 string adapter_name
 bool activate_it
);

Parameters

adapter_name
The name of the POA to be found.
activate_it
Flag to initiate the activation of the POA (using the AdapterActivator), if it does not exist.

Return Value

The found or activated POA.

Remarks

none

Exceptions

Exception TypeCondition
POAPackage.AdapterNonExistent An error occurs if the Adapter does not exist.

See Also

POA Interface | POA Members | Ics Namespace