org.apache.ode.jacob.soup
Class Continuation

java.lang.Object
  extended by org.apache.ode.jacob.soup.ExecutionQueueObject
      extended by org.apache.ode.jacob.soup.Continuation

public class Continuation
extends ExecutionQueueObject

DOCUMENTME.

Created on Feb 16, 2004 at 9:23:40 PM.


Constructor Summary
Continuation(JacobObject target, java.lang.reflect.Method method, java.lang.Object[] args)
           
 
Method Summary
 java.lang.Object[] getArgs()
           
 JacobObject getClosure()
           
 java.lang.reflect.Method getMethod()
           
 java.lang.String toString()
           
 
Methods inherited from class org.apache.ode.jacob.soup.ExecutionQueueObject
equals, getDescription, getId, setDescription, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Continuation

public Continuation(JacobObject target,
                    java.lang.reflect.Method method,
                    java.lang.Object[] args)
Method Detail

getClosure

public JacobObject getClosure()

getMethod

public java.lang.reflect.Method getMethod()

getArgs

public java.lang.Object[] getArgs()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object