Update of /cvsroot/batchserver/batchserver/src/org/jmonks/batch/framework/controller/pool
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv3112/controller/pool
Modified Files:
PoolJobController.java
Log Message:
no message
Index: PoolJobController.java
===================================================================
RCS file: /cvsroot/batchserver/batchserver/src/org/jmonks/batch/framework/controller/pool/PoolJobController.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** PoolJobController.java 19 Sep 2006 00:05:52 -0000 1.2
--- PoolJobController.java 19 Sep 2006 22:51:29 -0000 1.3
***************
*** 14,18 ****
import org.jmonks.batch.framework.config.ConfigurationException;
import org.jmonks.batch.framework.config.PoolJobControllerConfig;
! import org.jmonks.batch.framework.controller.JobController;
import org.jmonks.batch.framework.management.ProcessorState;
import org.jmonks.batch.framework.management.ProcessorStatus;
--- 14,18 ----
import org.jmonks.batch.framework.config.ConfigurationException;
import org.jmonks.batch.framework.config.PoolJobControllerConfig;
! import org.jmonks.batch.framework.JobController;
import org.jmonks.batch.framework.management.ProcessorState;
import org.jmonks.batch.framework.management.ProcessorStatus;
|