|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectautohit.call.Call
autohit.call.Call_METHOD
METHOD call. Executes a method call into a Module instance.
REQURIES: logger, core IGNORES: uni PARAMETERS (INPUT): name= module instance name method= method nameRETURNS: defined by the method, but will always be a String.
EPG - Initial - 16Jun03| Field Summary |
| Fields inherited from class autohit.call.Call |
CALL_TEXT_HEADER, log, sc, u, vmc |
| Constructor Summary | |
Call_METHOD()
|
|
| Method Summary | |
java.lang.String |
call()
Execute it. |
java.lang.String |
call(Universe uni)
Execute using the passed universe, rather than the loaded. |
java.lang.String |
do_call(java.lang.String name,
java.lang.String method)
This is a sub-call that assumes you know the module name and method. |
void |
load_chain()
Implement this to handle load time initialization. |
java.lang.String |
name()
Implement this to return the name of the CALL |
| Methods inherited from class autohit.call.Call |
debug, desired, desiredString, error, format, info, load, optionalString, required, required, requiredPersist, requiredString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Call_METHOD()
| Method Detail |
public void load_chain()
throws CallException
load_chain in class CallCallExceptionpublic java.lang.String name()
name in class Call
public java.lang.String call()
throws CallException
call in class CallCallException
public java.lang.String do_call(java.lang.String name,
java.lang.String method)
throws CallException
name - Name of modulemethod - Name of method
CallException
public java.lang.String call(Universe uni)
throws CallException
call in class Calluni - a universe
CallExceptionUniverse
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||