[Batchserver-cvs] batchserver/src/org/jmonks/batchserver/framework/controller/basic BasicJobControll
Brought to you by:
suresh_pragada
From: Suresh <sur...@us...> - 2006-03-25 19:31:23
|
Update of /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/controller/basic In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27366/basic Modified Files: BasicJobController.java Log Message: no message Index: BasicJobController.java =================================================================== RCS file: /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/controller/basic/BasicJobController.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** BasicJobController.java 4 Mar 2006 04:41:42 -0000 1.2 --- BasicJobController.java 25 Mar 2006 19:31:20 -0000 1.3 *************** *** 68,72 **** * Returns the state of the thread as a ThreadState object. */ ! public org.jmonks.batchserver.framework.mgmtmntr.ThreadState getThreadState(String threadID) --- 68,72 ---- * Returns the state of the thread as a ThreadState object. */ ! public org.jmonks.batchserver.framework.management.ThreadState getThreadState(String threadID) *************** *** 80,84 **** * Returns the job status. */ ! public org.jmonks.batchserver.framework.mgmtmntr.JobStatus getJobStatus() --- 80,84 ---- * Returns the job status. */ ! public org.jmonks.batchserver.framework.management.JobStatus getJobStatus() |