|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface to a service that allows applications to be executed and controlled * @author Paul Harrison (pah@jb.man.ac.uk) 22-Mar-2004
| Method Summary | |
boolean |
abort(java.lang.String executionId)
abort execution of an application (not supported by all applications) |
boolean |
execute(java.lang.String executionId)
starts asynchronous executoion of a application |
java.lang.String |
init(Tool tool,
java.lang.String jobstepID)
create a new application |
| Method Detail |
public java.lang.String init(Tool tool,
java.lang.String jobstepID)
throws CeaException
tool - provides application name, interface name, parametersjobstepID - id assigned by client to this new execution
CeaException
public boolean execute(java.lang.String executionId)
throws CeaException
executionId - the server-assigned id of a previously initialized application
CeaException
public boolean abort(java.lang.String executionId)
throws CeaException
executionId - the servier-assigned id of an application
CeaException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||