com.uwyn.rife.continuations
Class ContinuationManager
java.lang.Object
com.uwyn.rife.continuations.ContinuationManager
public class ContinuationManager
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContinuationManager
public ContinuationManager()
addContext
public void addContext(ContinuationContext context)
removeContext
public void removeContext(ContinuationContext context)
getContext
public ContinuationContext getContext(String id)
throws CloneNotSupportedException
- Throws:
CloneNotSupportedException
getCreatedCallState
public com.uwyn.rife.continuations.CallState getCreatedCallState(String id)