Changes between Version 19 and Version 20 of installation_QCG_Broker_Client
- Timestamp:
- 05/20/11 13:51:54 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
installation_QCG_Broker_Client
v19 v20 245 245 ||='''commit_job''' =|| `<jobId>` || allows to approve the job submitted with two phase commit mechanism to be processed by the system. The two phase commit mechanism can be used to register notifications before the processing of the job will be started by broker. || 246 246 ||='''list_tasks''' =|| `<jobId>` `[<status>]` || lists tasks belonging to given job. Optionally it is possible to specify the task's status. Possible task statuses are listed below the table. || 247 ||='''tasks_statuses''' =|| `<jobId>` ` <summary>` || lists tasks constituting the given job with their statuses. If the `summary` argument is `true` some kind of statistics is additionallydisplayed. ||247 ||='''tasks_statuses''' =|| `<jobId>` `[<summary>]` || lists tasks constituting the given job with their statuses. If the `summary` argument is `true` some additionall statistics is displayed. || 248 248 ||='''register_job_notification''' || `<jobId>` `<url>` || registers notification consumer for the given job || 249 249 ||='''list_job_notifications''' =|| `<jobId>` || lists notifications registered for the given job ||