CORBA Programming Reference
|
|
Returns a reference to a child POA with a given name.
void find_POA( in string adapter_name, in boolean activate_it);
If the POA has a child POA with the specified name, that child POA is returned. If a child POA with the specified name does not exist and the value of the activate_it parameter is FALSE, the AdapterNonExistent exception is raised.
|
|
|