Changes between Version 11 and Version 12 of client_user_guide

Show
Ignore:
Timestamp:
09/10/11 00:00:38 (13 years ago)
Author:
piontek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • client_user_guide

    v11 v12  
    111111||='''test_description''' =|| `<desc_file>` `[QCG or JSDL]` || validates job description ||  
    112112||='''translate_description''' =|| `<desc_file>` JSDL || translates job description to native QCG-Broker one || 
    113 ||='''job_info''' =|| `<jobId>` `[<showJobDesc>]` || return complex information about the given job. If the `showJobDesc is` `false` the job description is not shown || 
     113||='''job_info''' =|| `<jobId>` `[<showJobDesc>]` || return complex information about the given job. If the `showJobDesc is` `true` the job description is shown. || 
    114114||='''cancel_job''' =|| `<jobId>` || cancels execution of the given job || 
    115115||='''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. || 
     
    121121||='''monitor_job''' =|| `<jobId>` `[<interval>]` || monitors status changes of tasks belonging to given job. The `interval` argument determines delay in seconds between next status checks. || 
    122122||='''monitor_task''' =|| `<jobId>` `<taskId>` `[<interval>]` || monitors status changes of allocations belonging to the given tasks. The `interval` argument determines delay in seconds between next status checks. || 
    123 ||='''task_info''' =|| `<jobId>` `<taskId>` `[<showDesc>` `[<limit>]]` || displays information about the given task. If the `showDesc` is `false` the task description is not shown. If the `limit` argument is specified the history of the task is limited to given value. =|| 
     123||='''task_info''' =|| `<jobId>` `<taskId>` `[<showDesc>` `[<limit>]]` || displays information about the given task. If the `showDesc` is `true` the task description is shown. If the `limit` argument is specified the history of the task is limited to given value. =|| 
    124124||='''register_task_notification''' =|| `<jobId>` `<taskId>` `<url>` || registers task's notification consumer || 
    125125||='''list_task_notifications''' =|| `<jobId>` `<taskId>` || lists task's notifications ||