public class FutureInvocationState
extends java.lang.Object
| Constructor and Description |
|---|
FutureInvocationState() |
| Modifier and Type | Method and Description |
|---|---|
protected long |
getTransactionId() |
protected void |
setActual(InvocationState is) |
protected void |
setConsumer(OSCPConsumer consumer) |
protected void |
setTransactionId(long transactionId) |
boolean |
waitReceived(InvocationState[] expected,
int timeout) |
boolean |
waitReceived(InvocationState expected,
int timeout) |
public boolean waitReceived(InvocationState expected, int timeout)
public boolean waitReceived(InvocationState[] expected, int timeout)
protected void setTransactionId(long transactionId)
protected long getTransactionId()
protected void setActual(InvocationState is)
protected void setConsumer(OSCPConsumer consumer)