org.twdata.kokua.script.flow.javascript
Class JSContinuation

java.lang.Object
  extended by org.mozilla.javascript.ScriptableObject
      extended by org.twdata.kokua.script.flow.javascript.JSContinuation
All Implemented Interfaces:
java.io.Serializable, org.mozilla.javascript.debug.DebuggableObject, org.mozilla.javascript.Scriptable

public class JSContinuation
extends org.mozilla.javascript.ScriptableObject

Version:
CVS $Id: JSContinuation.java,v 1.1 2004/01/04 01:53:58 mrdon Exp $
See Also:
Serialized Form

Field Summary
protected  ContinuationsManager continuationsMgr
           
protected  JSKokua kokua
           
protected  Continuation wk
           
 
Fields inherited from class org.mozilla.javascript.ScriptableObject
DONTENUM, EMPTY, parent, PERMANENT, prototype, READONLY
 
Fields inherited from interface org.mozilla.javascript.Scriptable
NOT_FOUND
 
Constructor Summary
JSContinuation()
           
 
Method Summary
 java.lang.String getClassName()
           
 Continuation getContinuation()
           
 JSKokua getJSKokua()
           
static org.mozilla.javascript.Scriptable jsConstructor(org.mozilla.javascript.Context cx, java.lang.Object[] args, org.mozilla.javascript.Function ctorObj, boolean inNewExpr)
           
 void jsFunction_remove()
           
 java.lang.Object jsGet_continuation()
           
 java.lang.String jsGet_id()
           
 
Methods inherited from class org.mozilla.javascript.ScriptableObject
callMethod, defineClass, defineClass, defineFunctionProperties, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, get, get, getAllIds, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getFunctionPrototype, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, has, has, hasInstance, hasProperty, hasProperty, isSealed, put, put, putProperty, putProperty, sealObject, setAttributes, setAttributes, setParentScope, setPrototype
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

kokua

protected JSKokua kokua

wk

protected Continuation wk

continuationsMgr

protected ContinuationsManager continuationsMgr
Constructor Detail

JSContinuation

public JSContinuation()
Method Detail

getClassName

public java.lang.String getClassName()
Specified by:
getClassName in interface org.mozilla.javascript.Scriptable
Specified by:
getClassName in class org.mozilla.javascript.ScriptableObject

getJSKokua

public JSKokua getJSKokua()

getContinuation

public Continuation getContinuation()

jsConstructor

public static org.mozilla.javascript.Scriptable jsConstructor(org.mozilla.javascript.Context cx,
                                                              java.lang.Object[] args,
                                                              org.mozilla.javascript.Function ctorObj,
                                                              boolean inNewExpr)
                                                       throws java.lang.Exception
Throws:
java.lang.Exception

jsGet_id

public java.lang.String jsGet_id()

jsGet_continuation

public java.lang.Object jsGet_continuation()

jsFunction_remove

public void jsFunction_remove()