public class ContinuationContext
extends java.lang.Object
implements java.lang.Cloneable
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
static ContinuationContext |
createInstance(ContinuableObject initialContinuable) |
java.lang.Object |
getCallAnswer() |
static ContinuationContext |
getContext() |
ContinuableObject |
getContinuable() |
java.lang.String |
getId() |
int |
getLabel() |
ContinuationStack |
getLocalStack() |
ContinuationStack |
getLocalVars() |
void |
remove() |
static void |
setContext(ContinuationContext context) |
void |
setLabel(int label) |
void |
setShouldClone(boolean shouldClone) |
boolean |
shouldClone() |
public static ContinuationContext getContext()
public static ContinuationContext createInstance(ContinuableObject initialContinuable)
public static void setContext(ContinuationContext context)
public void remove()
public java.lang.Object getCallAnswer()
public void setLabel(int label)
public int getLabel()
public ContinuationStack getLocalVars()
public ContinuationStack getLocalStack()
public java.lang.String getId()
public ContinuableObject getContinuable()
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
public boolean shouldClone()
public void setShouldClone(boolean shouldClone)