From: Aleš Křenek Date: Wed, 7 Jul 2010 17:49:51 +0000 (+0000) Subject: reverted Suspend and Resume events to be compatible with branch_2_0 X-Git-Tag: glite-jobid-api-c_R_1_0_5_1~31 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=a8830a453b748ba49af07c93eec3e6c21e6d3e42;p=jra1mw.git reverted Suspend and Resume events to be compatible with branch_2_0 added the 2.1 versions as CREAMSuspend and CREAMResume --- diff --git a/org.glite.lb.types/events.T b/org.glite.lb.types/events.T index 1188b8e..0926bea 100644 --- a/org.glite.lb.types/events.T +++ b/org.glite.lb.types/events.T @@ -227,20 +227,10 @@ _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_ @@ -441,6 +431,25 @@ 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