From a8830a453b748ba49af07c93eec3e6c21e6d3e42 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Wed, 7 Jul 2010 17:49:51 +0000 Subject: [PATCH] reverted Suspend and Resume events to be compatible with branch_2_0 added the 2.1 versions as CREAMSuspend and CREAMResume --- org.glite.lb.types/events.T | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) 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 -- 1.8.2.3