org.jacorb.orb.giop
public abstract class ReplyPlaceholder extends Object
Version: $Id: ReplyPlaceholder.java,v 1.23 2006/08/29 15:03:00 alphonse.bendt Exp $
| Field Summary | |
|---|---|
| protected boolean | communicationException |
| protected MessageInputStream | in |
| protected Object | lock |
| protected boolean | ready |
| protected boolean | remarshalException |
| protected int | timeout |
| protected boolean | timeoutException |
| Constructor Summary | |
|---|---|
| ReplyPlaceholder(ORB orb)
self-configuring c'tor | |
| Method Summary | |
|---|---|
| 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() |