|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Continuation | |
---|---|
org.apache.commons.javaflow |
Uses of Continuation in org.apache.commons.javaflow |
---|
Methods in org.apache.commons.javaflow that return Continuation | |
---|---|
static Continuation |
Continuation.continueWith(Continuation pOldContinuation)
Resumes the execution of the specified continuation from where it's left off. |
static Continuation |
Continuation.continueWith(Continuation pOldContinuation,
java.lang.Object pContext)
Resumes the execution of the specified continuation from where it's left off and creates a new continuation representing the new state. |
static Continuation |
Continuation.startSuspendedWith(java.lang.Runnable pTarget)
Creates a new Continuation object from the specified Runnable
object. |
static Continuation |
Continuation.startWith(java.lang.Runnable pTarget)
Starts executing the specified Runnable object in an environment
that allows suspend() . |
static Continuation |
Continuation.startWith(java.lang.Runnable pTarget,
java.lang.Object pContext)
Starts executing the specified Runnable object in an environment
that allows suspend() . |
Methods in org.apache.commons.javaflow with parameters of type Continuation | |
---|---|
static Continuation |
Continuation.continueWith(Continuation pOldContinuation)
Resumes the execution of the specified continuation from where it's left off. |
static Continuation |
Continuation.continueWith(Continuation pOldContinuation,
java.lang.Object pContext)
Resumes the execution of the specified continuation from where it's left off and creates a new continuation representing the new state. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |