|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectautohit.call.modules.Module
autohit.call.modules.StopwatchModule
A stopwatch that can time in seconds or milliseconds.
start() starts the stopwatch. if it is already running, it will reset it
time() returns the time that has passed in seconds
millis() returns the time that has passed in seconds
EPG - Initial - 28Jul03| Field Summary |
| Fields inherited from class autohit.call.modules.Module |
myName, visCore, visLogger, visSC, visUniverse |
| Constructor Summary | |
StopwatchModule()
Constructor |
|
| Method Summary | |
java.lang.Object |
execute_chain(java.lang.String name)
Execute a named method. |
protected void |
free_chain()
Allow the subclass a chance to cleanup on free. |
protected java.lang.String |
instantiation_chain()
Allow the subclass a chance to initialize. |
| Methods inherited from class autohit.call.modules.Module |
buildException, buildException, debug, desired, desiredType, error, errorparam, execute, fault, fault, free, getParam, getPersist, instance, isDebugging, log, optional, optionalType, required, requiredType, warning |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StopwatchModule()
| Method Detail |
public java.lang.Object execute_chain(java.lang.String name)
throws CallException
execute_chain in class Modulename - name of the method
CallExceptionNOPair
protected java.lang.String instantiation_chain()
throws CallException
instantiation_chain in class ModuleCallException
protected void free_chain()
throws CallException
free_chain in class ModuleCallException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||