Package | Description |
---|---|
org.apache.commons.javaflow |
Modifier and Type | Method and Description |
---|---|
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,
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(Runnable pTarget)
Creates a new
Continuation object from the specified Runnable
object. |
static Continuation |
Continuation.startWith(Runnable pTarget)
|
static Continuation |
Continuation.startWith(Runnable pTarget,
Object pContext)
|
Modifier and Type | Method and Description |
---|---|
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,
Object pContext)
Resumes the execution of the specified continuation from where it's left off
and creates a new continuation representing the new state.
|
Copyright © 2004–2014. All rights reserved.