J-Integra® Espresso Programming Documentation (API)

POA.set_servant Method

This operation sets the specified servant as the default servant. This POA uses this servant for all requests for which no servant is found in the active object map.

void set_servant(
 Servant servant
);

Parameters

servant
Servant which is assigned to be the default servant.

Return Value

none

Remarks

none

Exceptions

Exception TypeCondition
POAPackage.WrongPolicy An error occurs if the USE_DEFAULT_SERVANT policy is not specified.

See Also

POA Interface | POA Members | Ics Namespace