public abstract class ReplyPlaceholder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
communicationException |
protected MessageInputStream |
in |
protected Object |
lock |
protected boolean |
ready |
protected boolean |
remarshalException |
protected int |
timeout |
protected boolean |
timeoutException |
| Constructor and Description |
|---|
ReplyPlaceholder(ORB orb)
self-configuring c'tor
|
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
protected MessageInputStream |
getInputStream(boolean hasTimeoutPolicy)
Non-public implementation of the blocking method that
returns a reply when it becomes available.
|
void |
replyReceived(MessageInputStream in) |
void |
retry() |
protected final Object lock
protected boolean ready
protected boolean communicationException
protected boolean remarshalException
protected boolean timeoutException
protected MessageInputStream in
protected final int timeout
public ReplyPlaceholder(ORB orb)
public void replyReceived(MessageInputStream in)
public void cancel()
public void retry()
protected MessageInputStream getInputStream(boolean hasTimeoutPolicy) throws RemarshalException
RemarshalExceptionCopyright © 2017 JacORB. All rights reserved.