Update of /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/repository
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv7494/framework/repository
Modified Files:
Repository.java
Log Message:
no message
Index: Repository.java
===================================================================
RCS file: /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/repository/Repository.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Repository.java 10 Sep 2006 17:56:35 -0000 1.5
--- Repository.java 12 Sep 2006 04:07:55 -0000 1.6
***************
*** 150,154 ****
/**
* <p>
- * Clears the data that has not been received by the target jobs.
* This method will clear all the data that has been put up by
* this job. Usually, this will be called by startp of framework,
--- 150,153 ----
***************
*** 160,164 ****
* @throws IllegalArgumentException If input job name is null.
*/
! public abstract boolean clearDataTransferredToNextJob(String jobName);
/**
--- 159,163 ----
* @throws IllegalArgumentException If input job name is null.
*/
! public abstract boolean clearDataTransferredFromThisJob(String jobName);
/**
|