org.apache.ode.jacob.soup
Class Continuation
java.lang.Object
org.apache.ode.jacob.soup.ExecutionQueueObject
org.apache.ode.jacob.soup.Continuation
public class Continuation
- extends ExecutionQueueObject
DOCUMENTME.
Created on Feb 16, 2004 at 9:23:40 PM.
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Continuation
public Continuation(JacobObject target,
java.lang.reflect.Method method,
java.lang.Object[] args)
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