J-Integra® Espresso Programming Documentation (API)

POA.destroy Method

This operation destroys the POA and all descendant POAs. All descendant POAs are destroyed (recursively) before the destruction of the containing POA. The POA so destroyed (that is, the POA with its name) may be re-created later in the same process.

void destroy(
 bool etherealize_objects

 bool wait_for_completion
);

Parameters

etherealize_objects
a flag to indicate whether to invoke the etherealize operation of the associated servant manager for all active objects.
wait_for_completion
if FALSE, the operation returns immediately after changing state. If TRUE, it waits for all active requests to complete.

Return Value

none

Remarks

none

Exceptions

none

See Also

POA Interface | POA Members | Ics Namespace