J-Integra® Espresso Programming Documentation (API)

Delegate.releaseReply Method

releaseReply may optionally be called by a stub to release a reply stream back to the ORB when the unmarshaling has completed. The stub passes the InputStream returned by invoke() or ApplicationException.getInputStream(). A null value may also be passed to releaseReply, in which case the method is a noop.

void releaseReply(
 CORBA.Object self,
 InputStream inpStream
);

Parameters

self
The object reference which delegated to this delegate.
inpStream
The InputStream returned from invoke().

Return Value

none

Remarks

none

Exceptions

none

See Also

Delegate Interface | Delegate Members | CORBA.portable Namespace | Ics.CORBA Namespace