J-Integra® Espresso Programming Documentation (API)

ServantActivator.incarnate Method

This operation is invoked by the POA whenever the POA receives a request for an object that is not currently active, assuming the POA has the USE_SERVANT_MANAGER and RETAIN policies.

Servant incarnate(
 byte[] oid,
 POA adapter,

);

Parameters

oid
object Id associated with the object on the request was made.
adapter
object reference for the POA in which the object is being activated.

Return Value

Servant corresponding to oid is created or located by the user supplied servant manager.

Remarks

none

Exceptions

ForwardRequest to indicate to the ORB that it is responsible for delivering the current request and subsequent requests to the object denoted in the forward_reference member of the exception.

See Also

ServantActivator Interface | ServantActivator Members | PortableServer Namespace | Ics Namespace