Update of /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/controller/pool
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27366/pool
Modified Files:
PoolJobController.java
Log Message:
no message
Index: PoolJobController.java
===================================================================
RCS file: /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/controller/pool/PoolJobController.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** PoolJobController.java 4 Mar 2006 04:42:01 -0000 1.2
--- PoolJobController.java 25 Mar 2006 19:31:20 -0000 1.3
***************
*** 110,114 ****
* @return Retuns the current state of the thread.
*/
! public org.jmonks.batchserver.framework.mgmtmntr.ThreadState getThreadState(String threadID)
--- 110,114 ----
* @return Retuns the current state of the thread.
*/
! public org.jmonks.batchserver.framework.management.ThreadState getThreadState(String threadID)
***************
*** 124,128 ****
* @return Returns the status of the job.
*/
! public org.jmonks.batchserver.framework.mgmtmntr.JobStatus getJobStatus()
--- 124,128 ----
* @return Returns the status of the job.
*/
! public org.jmonks.batchserver.framework.management.JobStatus getJobStatus()
|