Skip navigation.

CORBA Programming Reference

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

 


PortableServer::POA::find_POA

Synopsis

Returns a reference to a child POA with a given name.

C++ Binding

void find_POA( in string adapter_name, in boolean activate_it);

Argument

adapter_name

A reference to the target POA.

active_it

In this version of BEA Tuxedo, this parameter must be FALSE.

Exception

AdapterNonExistent

This exception is raised if the POA does not exist.

Description

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.

Return Values

None.

 

Skip navigation bar  Back to Top Previous Next