HPSearch

cgl.hpsearch.shell.system
Class FlowLogger

java.lang.Object
  extended byorg.mozilla.javascript.ScriptableObject
      extended bycgl.hpsearch.shell.system.FlowLogger
All Implemented Interfaces:
Scriptable, Serializable

public class FlowLogger
extends ScriptableObject

Created on Feb 4, 2006

Author:
Harshawardhan Gadgil (hgadgil@grids.ucs.indiana.edu)
See Also:
Serialized Form

Field Summary
 
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
FlowLogger()
           
 
Method Summary
 String getClassName()
           
 void jsConstructor()
           
static void jsFunction_commit(Context _cx, Scriptable _thisObj, Object[] args, Function funObj)
           
static void jsFunction_Log(Context _cx, Scriptable _thisObj, Object[] args, Function funObj)
          Logs a custom flow status in the flow manager's logger
 
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
 

Constructor Detail

FlowLogger

public FlowLogger()
Method Detail

getClassName

public String getClassName()

jsConstructor

public void jsConstructor()

jsFunction_Log

public static void jsFunction_Log(Context _cx,
                                  Scriptable _thisObj,
                                  Object[] args,
                                  Function funObj)
Logs a custom flow status in the flow manager's logger


jsFunction_commit

public static void jsFunction_commit(Context _cx,
                                     Scriptable _thisObj,
                                     Object[] args,
                                     Function funObj)

HPSearch

For comments and suggestions please send e-mail to Harshawardhan Gadgil
Last updated: June 9 2006