public abstract class NegotiationContext extends java.lang.Object implements INegotiationContext
INegotiationContext.Receiver
NO_TIMEOUT
Constructor and Description |
---|
NegotiationContext() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getInfo() |
INegotiationContext.Receiver |
getReceiver() |
java.lang.Enum<?> |
getState() |
void |
setFinished(boolean success) |
void |
setInfo(java.lang.Object info) |
void |
setReceiver(INegotiationContext.Receiver receiver) |
void |
setState(java.lang.Enum<?> state) |
java.lang.Enum<?> |
waitUntilFinished(long timeout) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBuffer, setUserID, transmitBuffer
public INegotiationContext.Receiver getReceiver()
getReceiver
in interface INegotiationContext
public void setReceiver(INegotiationContext.Receiver receiver)
setReceiver
in interface INegotiationContext
public java.lang.Enum<?> getState()
getState
in interface INegotiationContext
public void setState(java.lang.Enum<?> state)
setState
in interface INegotiationContext
public java.lang.Object getInfo()
getInfo
in interface INegotiationContext
public void setInfo(java.lang.Object info)
setInfo
in interface INegotiationContext
public void setFinished(boolean success)
setFinished
in interface INegotiationContext
public java.lang.Enum<?> waitUntilFinished(long timeout)
waitUntilFinished
in interface INegotiationContext
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html