reverted Suspend and Resume events to be compatible with branch_2_0
authorAleš Křenek <ljocha@ics.muni.cz>
Wed, 7 Jul 2010 17:49:51 +0000 (17:49 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Wed, 7 Jul 2010 17:49:51 +0000 (17:49 +0000)
added the 2.1 versions as CREAMSuspend and CREAMResume

org.glite.lb.types/events.T

index 1188b8e..0926bea 100644 (file)
        _optional_
 
 @type Suspend          Job execution (queuing) was suspended.
-       int     status_code     Classification of the attempt to suspend the job (REQ, REFUSE, DONE or ABORT).
-       _code_  REQ             The request was acknowledged.
-       _code_  REFUSE          The request was declined by this component.
-       _code_  DONE            The request was completed by whole system.
-       _code_  ABORT           The request was refused by whole system.
        string  reason          Reason for the suspend.
        _optional_
 
 @type Resume           Job execution (queuing) was resumed.
-       int     status_code     Classification of the attempt to resume the job (REQ, REFUSE, DONE or ABORT).
-       _code_  REQ             The request was acknowledged.
-       _code_  REFUSE          The request was declined by this component.
-       _code_  DONE            The request was completed by whole system.
-       _code_  ABORT           The request was refused by whole system.
        string  reason          Reason for the resume.
        _optional_
 
        string LRMS_jobid       jobId from the LRMS
        _optional_
 
+@type CREAMSuspend             Job execution (queuing) was suspended.
+       int     status_code     Classification of the attempt to suspend the job (REQ, REFUSE, DONE or ABORT).
+       _code_  REQ             The request was acknowledged.
+       _code_  REFUSE          The request was declined by this component.
+       _code_  DONE            The request was completed by whole system.
+       _code_  ABORT           The request was refused by whole system.
+       string  reason          Reason for the suspend.
+       _optional_
+
+@type CREAMResume              Job execution (queuing) was resumed.
+       int     status_code     Classification of the attempt to resume the job (REQ, REFUSE, DONE or ABORT).
+       _code_  REQ             The request was acknowledged.
+       _code_  REFUSE          The request was declined by this component.
+       _code_  DONE            The request was completed by whole system.
+       _code_  ABORT           The request was refused by whole system.
+       string  reason          Reason for the resume.
+       _optional_
+
+
 @flesh Transfer
 
 @type FileTransferRegister     register file transfer