missing _optional_'s
authorAleš Křenek <ljocha@ics.muni.cz>
Tue, 21 Aug 2007 11:19:42 +0000 (11:19 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Tue, 21 Aug 2007 11:19:42 +0000 (11:19 +0000)
org.glite.lb/project/events.T

index a6d5752..61a30c1 100644 (file)
@@ -52,6 +52,7 @@
        string  from_instance   Instance of the component the job was received from.
        _optional_
        string  local_jobid     New job id as assigned by the receiving component.
+       _optional_
 
 @type Refused          Refusing job (unsuccessful counterpart to Transfer).
        logsrc  from            The software component that tried to send the job.
@@ -59,6 +60,7 @@
        string  from_instance   Instance of the component that tried to send the job.
        _optional_
        string  reason          Description of the reason why the job was refused.
+       _optional_
 
 @type EnQueued         The job has been enqueued in an inter-component queue.
        string  queue           Queue into which the job has been stored for retrieval by another component.
        _code_  REFUSED         The job was refused by the other component.
        _code_  FAIL            The transfer failed for other reason than explicit refusal.
        string  reason          Detailed description of the attempt to enqueue the job, especially the reason of failure.
+       _optional_
 
 @type DeQueued         The job has been dequeued from an inter-component queue.
        string  queue           Name of the queue the job was obtained from.
        string  local_jobid     New job id as assigned by the retreiving component.
+       _optional_
 
 @type HelperCall       Helper component is called.
        string  helper_name     Name of the called helper component.
        string  helper_params   Parameters of the call to the helper component.
+       _optional_
        int     src_role        The role the event sender is playing in the helper call (CALLING or CALLEE).
        _code_  CALLING         The logging component is caller.
        _code_  CALLED          The logging component is callee.
@@ -84,6 +89,7 @@
 @type HelperReturn     Helper component is returning the control.
        string  helper_name     Name of the called helper component.
        string  retval          Data returned by the call to the helper component.
+       _optional_
        int     src_role        The role the event sender is playing in the helper call (CALLING or CALLEE).
        _code_  CALLING         The logging component is caller.
        _code_  CALLED          The logging component is callee.
        _code_  WONTRESUB       The job will not be resubmitted.
        _code_  SHALLOW         Shallow resubmission (user payload has not started yet)
        string  reason          Reason why the job will or will not be resubmitted.
+       _optional_
        string  tag             Value of the attribute on which the decision to resubmit the job was based.
+       _optional_
 
 @type Done             Execution terminated (normally or abnormally).
        int     status_code     Reason code for the termination of the job (OK, FAILED or CANCELLED).
        _code_  FAILED          The job disappeared from LRMS.
        _code_  CANCELLED       The job was cancelled by user request.
        string  reason          Detailed description why the job was terminated.
+       _optional_
        int     exit_code       Exit code of the job's process.
        _null_  -1
 
        _code_  DONE            The request was completed by whole WMS.
        _code_  ABORT           The request was refused by whole WMS.
        string  reason          Detailed description of the attempt to cancel the job, especially the reason of failure.
+       _optional_
 
 @type Abort            Job aborted by system.
        string  reason          Reason why the job was aborted by the system.
        string  wn_seq          Sequence code on the worker node.
 
 @type Suspend          Job execution (queuing) was suspended.
-       _optional_
        string  reason          Reason for the suspend.
+       _optional_
 
 @type Resume           Job execution (queuing) was resumed.
-       _optional_
        string  reason          Reason for the resume.
+       _optional_
 
 @type CollectionState  State of the collection.
        string  state           New collection state.
-       _optional_
        int     done_code       In case of (state == Done) contains done code 
+       _optional_
        _null_  -1
        string  histogram       User readable histogram; useful for debugging.
        jobid   child           JobId of subjob, which triggered the state change.