[Batchserver-cvs] batchserver/src/org/jmonks/batchserver/framework JobContext.java,1.2,1.3 JobStatis
Brought to you by:
suresh_pragada
From: Suresh <sur...@us...> - 2006-03-16 05:56:39
|
Update of /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14498 Modified Files: JobContext.java JobStatistics.java Removed Files: DefaultRepository.java Repository.java Log Message: no message Index: JobContext.java =================================================================== RCS file: /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/JobContext.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** JobContext.java 4 Mar 2006 04:48:52 -0000 1.2 --- JobContext.java 16 Mar 2006 05:56:31 -0000 1.3 *************** *** 2,5 **** --- 2,6 ---- import org.jmonks.batchserver.framework.config.*; + import org.jmonks.batchserver.framework.repository.Repository; /** *************** *** 37,41 **** * it cannot access the repository. */ ! public org.jmonks.batchserver.framework.Repository getReposiotry() { --- 38,42 ---- * it cannot access the repository. */ ! public org.jmonks.batchserver.framework.repository.Repository getReposiotry() { Index: JobStatistics.java =================================================================== RCS file: /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/JobStatistics.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** JobStatistics.java 15 Mar 2006 04:36:32 -0000 1.3 --- JobStatistics.java 16 Mar 2006 05:56:31 -0000 1.4 *************** *** 39,42 **** --- 39,46 ---- { this.jobName=jobName; + this.startTime=null; + this.endTime=null; + this.maxMemoryUsage=0; + this.recordsProcessed=0; } --- Repository.java DELETED --- --- DefaultRepository.java DELETED --- |