import "ResourceManagement.idl";
Public Member Functions | |
void | acceptedExecutionRequest (in types::OfferSpecs offSpecs) |
void | refusedExecutionRequest (in string requestId) |
subsubtypes::File | requestInputFiles (in string paths) |
void | appFinished (in string appId) |
types::BspInfo | registerBspNode (in string appId, in string bspProxyIor) |
|
Receive confirmation from a remote LRM that accepted our execution request Analog to 2k's "ACK"
|
|
Receive notification that a given application finished executing
|
|
Receive notice that one of our queries was rejected by all other LRMs (Though we can retry again if we so wish) Analog to 2k's "NACK"
|
|
Register a BSP application's node
|
|
Receive request for input files needed to allow the remote execution of a request made by this ASCT
|