Update of /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/controller
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22790
Modified Files:
JobController.java
Log Message:
no message
Index: JobController.java
===================================================================
RCS file: /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/controller/JobController.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** JobController.java 3 Mar 2006 04:19:57 -0000 1.1
--- JobController.java 4 Mar 2006 04:41:19 -0000 1.2
***************
*** 3,8 ****
import org.jmonks.batchserver.framework.*;
import org.jmonks.batchserver.framework.mgmtmntr.JobMonitorMBean;
- import org.jmonks.batchserver.framework.mgmtmntr;
- import org.jmonks.batchserver.framework.mgmtmntr;
import org.jmonks.batchserver.framework.mgmtmntr.*;
import org.jmonks.batchserver.framework.common.*;
--- 3,6 ----
***************
*** 21,25 ****
private Main mMain;
! private JobController()
{
}
--- 19,23 ----
private Main mMain;
! protected JobController()
{
}
***************
*** 35,39 ****
* </p>
*/
! public static org.jmonks.batchserver.framework.controller.JobController getJobController(String jobName, org.jmonks.batchserver.framework.config.ControllerConfig config)
--- 33,37 ----
* </p>
*/
! public static org.jmonks.batchserver.framework.controller.JobController getJobController(String jobName, org.jmonks.batchserver.framework.config.JobControllerConfig config)
***************
*** 54,58 ****
{
! return null;
}
--- 52,72 ----
{
! return null;
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
}
***************
*** 62,70 ****
* @return Returns the controller configuration object.
*/
! public ControllerConfig getControllerConfig()
{
! return mControllerConfig;
}
--- 76,85 ----
* @return Returns the controller configuration object.
*/
! public JobControllerConfig getControllerConfig()
{
! return null;
!
}
***************
*** 84,88 ****
{
! return null;
}
--- 99,104 ----
{
! return null;
!
}
|