com.uwyn.rife.continuations
Class ContinuationContext
java.lang.Object
com.uwyn.rife.continuations.ContinuationContext
- All Implemented Interfaces:
- Cloneable
public class ContinuationContext
- extends Object
- implements Cloneable
getContext
public static ContinuationContext getContext()
createInstance
public static ContinuationContext createInstance(ContinuableObject initialContinuable)
setContext
public static void setContext(ContinuationContext context)
remove
public void remove()
getCallAnswer
public Object getCallAnswer()
setLabel
public void setLabel(int label)
getLabel
public int getLabel()
getLocalVars
public ContinuationStack getLocalVars()
getLocalStack
public ContinuationStack getLocalStack()
getId
public String getId()
getContinuable
public ContinuableObject getContinuable()
clone
public Object clone()
throws CloneNotSupportedException
- Overrides:
clone
in class Object
- Throws:
CloneNotSupportedException
shouldClone
public boolean shouldClone()
setShouldClone
public void setShouldClone(boolean shouldClone)