org.jacorb.orb.giop
Class ReplyPlaceholder
java.lang.Object
org.jacorb.orb.giop.ReplyPlaceholder
public abstract class ReplyPlaceholder
extends java.lang.Object
Connections deliver replies to instances of this class.
The mechanism by which the ORB can retrieve the replies is
implemented in subclasses.
Version:
- Nicolas Noffke
communicationException
protected boolean communicationException
ready
protected boolean ready
remarshalException
protected boolean remarshalException
timeout
protected int timeout
timeoutException
protected boolean timeoutException
ReplyPlaceholder
public ReplyPlaceholder()
ReplyPlaceholder
public ReplyPlaceholder(ORB orb)
self-configuring c'tor
cancel
public void cancel()
getInputStream
protected MessageInputStream getInputStream()
throws RemarshalException
Non-public implementation of the blocking method that
returns a reply when it becomes available. Subclasses
should specify a different method, under a different
name, that does any specific processing of the reply before
returning it to the caller.