import "ResourceManagement.idl";
Public Member Functions | |
| void | setSampleInterval (in long seconds) |
| void | setKeepAliveInterval (in long seconds) |
| void | ping () |
| void | remoteExecutionRequest (in types::ExecutionSpecs execSpecs) |
| types::FileSeq | requestOutputFiles (in string appId) |
| string | getStatus (in string appId) |
| void | kill (in string appId) |
|
|
Returns the status of a given application(i.e. running or finished)
|
|
|
Kills an application
|
|
|
Called by a GRM to test if the given LRM is up |
|
|
Receive a remote execution request from a GRM Analog to 2k's "perform_query"
|
|
|
Return an application's output files
|
|
|
Sets the maximum interval between updates sent to the GRM
|
|
|
Sets the interval between each query to determine available system resources(e.g. Free RAM and CPU)
|
1.3.3