public class ContinuationManager
extends java.lang.Object
Constructor and Description |
---|
ContinuationManager() |
Modifier and Type | Method and Description |
---|---|
void |
addContext(ContinuationContext context) |
ContinuationContext |
getContext(java.lang.String id) |
com.uwyn.rife.continuations.CallState |
getCreatedCallState(java.lang.String id) |
void |
removeContext(ContinuationContext context) |
public void addContext(ContinuationContext context)
public void removeContext(ContinuationContext context)
public ContinuationContext getContext(java.lang.String id) throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public com.uwyn.rife.continuations.CallState getCreatedCallState(java.lang.String id)