Inheritance diagram for agents.executionmanagementagent.ExecutionManagementAgentServantImpl:
Public Member Functions | |
ExecutionManagementAgentServantImpl (ExecutionManagementAgent managementAgent) | |
void | run () |
void | acceptedExecutionRequestNotification (ApplicationData app, String userName) |
ApplicationParam | getApplicationParam (AsctRequestId asctRequestId) |
FileStruct | getInputFile (AsctRequestId asctRequestId, String name) |
FileStruct | getOutputFile (AsctRequestId asctRequestId, String name) |
void | killApplication (String appExecId) |
void | recoverHost (String host) |
void | refusedExecutionRequestNotification (AsctRequestId id) |
boolean | removeExecResults (AsctRequestId id) |
ApplicationStateInfo[] | getApplicationsStateInfo (String user) |
Private Attributes | |
ExecutionManagementAgent | managementAgent |
final String | myFileIor = "executionmanagementagent/executionmanagementagent.ior" |
|
|
|
This method store that the application's request was accepted.
|
|
This method return all Applicaiton's Param.
|
|
This method return the Application's State.
|
|
This method return one InputFile.
|
|
This method return one OutputFile.
|
|
This method kill the application.
|
|
This method recover all process that were running on specified host.
|
|
This method store the info that the application, was refused.
|
|
This method removes the pertaining results to the application
|
|
|
|
|
|
|