Uses of Class
org.apache.commons.javaflow.Continuation

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.startSuspendedWith(java.lang.Runnable target)
          Creates a new Continuation object from the specified Runnable object.
static Continuation Continuation.startWith(java.lang.Runnable target)
          Starts executing the specified Runnable object in an environment that allows suspend().
static Continuation Continuation.startWith(java.lang.Runnable target, java.lang.Object context)
          Starts executing the specified Runnable object in an environment that allows suspend().
static Continuation Continuation.continueWith(Continuation resumed)
          Resumes the execution of the specified continuation from where it's left off.
static Continuation Continuation.continueWith(Continuation resumed, java.lang.Object context)
          Resumes the execution of the specified continuation from where it's left off.
 

Methods in org.apache.commons.javaflow with parameters of type Continuation
static Continuation Continuation.continueWith(Continuation resumed)
          Resumes the execution of the specified continuation from where it's left off.
static Continuation Continuation.continueWith(Continuation resumed, java.lang.Object context)
          Resumes the execution of the specified continuation from where it's left off.
 



Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.