
public abstract class NegotiationContext extends Object implements INegotiationContext
INegotiationContext.ReceiverNO_TIMEOUT| Constructor and Description |
|---|
NegotiationContext() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getInfo() |
INegotiationContext.Receiver |
getReceiver() |
Enum<?> |
getState() |
void |
setFinished(boolean success) |
void |
setInfo(Object info) |
void |
setReceiver(INegotiationContext.Receiver receiver) |
void |
setState(Enum<?> state) |
Enum<?> |
waitUntilFinished(long timeout) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBuffer, setUserID, transmitBufferpublic INegotiationContext.Receiver getReceiver()
getReceiver in interface INegotiationContextpublic void setReceiver(INegotiationContext.Receiver receiver)
setReceiver in interface INegotiationContextpublic Enum<?> getState()
getState in interface INegotiationContextpublic void setState(Enum<?> state)
setState in interface INegotiationContextpublic Object getInfo()
getInfo in interface INegotiationContextpublic void setInfo(Object info)
setInfo in interface INegotiationContextpublic void setFinished(boolean success)
setFinished in interface INegotiationContextpublic Enum<?> waitUntilFinished(long timeout)
waitUntilFinished in interface INegotiationContextCopyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.