Changes between Version 34 and Version 35 of client_user_guide_pl

Show
Ignore:
Timestamp:
09/06/11 20:58:14 (14 years ago)
Author:
piontek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • client_user_guide_pl

    v34 v35  
    5858||='''job_info''' =|| `<jobId>` `[<pokażOpis>]` || wyświetla pełną informację o podanym eksperymencie obliczeniowym. Jeżeli `pokażOpis` ma wartość `false` opis eksperymentu nie jest wyświetlany. || 
    5959||='''cancel_job''' =|| `<jobId>` || przerywa wykonywanie eksperymentu obliczeniowego. || 
    60 ||='''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. || 
    61 ||='''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. || 
    62 ||='''tasks_statuses''' =|| `<jobId>` `[<summary>]` || lists tasks constituting the given job with their statuses. If the `summary` argument is `true` some additionall statistics is displayed. || 
    63 ||='''register_job_notification''' || `<jobId>` `<url>` || registers notification consumer for the given job || 
    64 ||='''list_job_notifications''' =|| `<jobId>` || lists notifications registered for the given job || 
    65 ||='''register_tasks_notification''' =|| `<jobId>` `<url>` || register notification for all tasks of the given job || 
     60||='''commit_job''' =|| `<jobId>` || Zatwierdza do wykonania eksperyment zlecony z opcja commitWait=true. Mechanizm ten umożliwia zarejestrowanie notyfikacji zanim rozpocznie sie przetważanie eksperymentu. || 
     61||='''list_tasks''' =|| `<jobId>` `[<status>]` || Wyświetla liste zadań wchodzących w skład eksperymentu. Opcjonalnie możliwe jest ograniczenie listy do zadań o konkretnym statusie. Lista wszystkich możliwych statusów z ich znaczeniami zebrana została pod poniższą tabelą. || 
     62||='''tasks_statuses''' =|| `<jobId>` `[<podsumowanie>]` || wyświetla listę zadań należacych do danego eksperymentu wraz z ich statusami. Jeżeli argument `podsumowanie` ma wartość `true` dodatkowa statystyka jest wyświetlana. || 
     63||='''register_job_notification''' || `<jobId>` `<url>` || Rejestruje odbiorcę powiadomień dla danego eksperymentu. || 
     64||='''list_job_notifications''' =|| `<jobId>` || Wyświetla liste zarejestrowanych powiadomień dla danego eksperymentu || 
     65||='''register_tasks_notification''' =|| `<jobId>` `<url>` || Rejestruje odbiorcę powiadomień dla wszystkich zadań danego eksperymentu. || 
    6666||='''monitor_job''' =|| `<jobId>` `[<interval>]` || monitors status changes of tasks belonging to given job. The `interval` argument determines delay in seconds between next status checks. || 
    6767||='''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. ||