|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.concurrent.ContinuationContext
public class ContinuationContext
Constructor Summary | |
---|---|
ContinuationContext(org.apache.commons.javaflow.Continuation continuation)
|
Method Summary | |
---|---|
org.apache.commons.javaflow.Continuation |
getContinuation()
|
java.lang.Object |
result()
|
void |
result(java.lang.Object result)
|
void |
setContinuation(org.apache.commons.javaflow.Continuation continuation)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContinuationContext(org.apache.commons.javaflow.Continuation continuation)
Method Detail |
---|
public org.apache.commons.javaflow.Continuation getContinuation()
public void setContinuation(org.apache.commons.javaflow.Continuation continuation)
public java.lang.Object result()
public void result(java.lang.Object result)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |