org.eclipse.net4j.util.security
Class NegotiationContext
java.lang.Object
org.eclipse.net4j.util.security.NegotiationContext
- All Implemented Interfaces:
- INegotiationContext
- public abstract class NegotiationContext
- extends Object
- implements INegotiationContext
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NegotiationContext
public NegotiationContext()
getReceiver
public INegotiationContext.Receiver getReceiver()
- Specified by:
getReceiver
in interface INegotiationContext
setReceiver
public void setReceiver(INegotiationContext.Receiver receiver)
- Specified by:
setReceiver
in interface INegotiationContext
getState
public Enum<?> getState()
- Specified by:
getState
in interface INegotiationContext
setState
public void setState(Enum<?> state)
- Specified by:
setState
in interface INegotiationContext
getInfo
public Object getInfo()
- Specified by:
getInfo
in interface INegotiationContext
setInfo
public void setInfo(Object info)
- Specified by:
setInfo
in interface INegotiationContext
setFinished
public void setFinished(boolean success)
- Specified by:
setFinished
in interface INegotiationContext
waitUntilFinished
public Enum<?> waitUntilFinished(long timeout)
- Specified by:
waitUntilFinished
in interface INegotiationContext
Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.