J-Integra® Espresso Programming Documentation (API)

POA.create_POA Method

This operation creates a new POA as a child of the target POA.

POA create_POA(
 string adapter_name
 POAManager poa_manager
 Policy[] policies
);

Parameters

adapter_name
identifies the new POA with respect to other POAs with the same parent POA.
poa_manager
specifies the POA Manager to be associated with the new POA.
policies
specifies policy objects to be associated with the POA to control its behavior.

Return Value

new POA object.

Remarks

none

Exceptions

Exception TypeCondition
POAPackage.AdapterAlreadyExists An error occurs if the POA already exists.
POAPackage.InvalidPolicy An error occurs if a policy is invalid.

See Also

POA Interface | POA Members | Ics Namespace