From 17607c6b1e6c6b376eb6a436d93cc105a7fe3d29 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Tue, 21 Aug 2007 11:19:42 +0000 Subject: [PATCH] missing _optional_'s --- org.glite.lb/project/events.T | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/org.glite.lb/project/events.T b/org.glite.lb/project/events.T index a6d5752..61a30c1 100644 --- a/org.glite.lb/project/events.T +++ b/org.glite.lb/project/events.T @@ -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. @@ -69,14 +71,17 @@ _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. @@ -97,7 +103,9 @@ _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). @@ -105,6 +113,7 @@ _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 @@ -115,6 +124,7 @@ _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. @@ -199,17 +209,17 @@ 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. -- 1.8.2.3