J-Integra® Espresso Programming Documentation (API)

ServantLocator.postinvoke Method

This operation is invoked whenener a servant completes a request.

void postinvoke(
 byte[] oid
 POA adapter,
 string operation
 System.Object the_cookie,
 Servant the_servant,
);

Parameters

oid
the object id ssociated with object on which the request was made.
adapter
the reference for POA in which the object was active.
operation
an operation name.
the_cookie
an opaque value that contains the data set by preinvoke.
the_servant
reference to the servant that is associated with the object.

Return Value

none

Remarks

none

Exceptions

none

See Also

Ics.PortableServer.ServantLocator Interface | Ics.PortableServer.ServantLocator Members | Ics.PortableServer Namespace