[Batchserver-cvs] batchserver/src/org/jmonks/batchserver/framework/config JobControllerConfig.java
Brought to you by:
suresh_pragada
From: Suresh <sur...@us...> - 2006-09-14 23:05:17
|
Update of /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/config In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10680/config Modified Files: JobControllerConfig.java PoolJobControllerConfig.java Log Message: no message Index: JobControllerConfig.java =================================================================== RCS file: /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/config/JobControllerConfig.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** JobControllerConfig.java 14 Sep 2006 05:04:34 -0000 1.7 --- JobControllerConfig.java 14 Sep 2006 23:05:12 -0000 1.8 *************** *** 19,23 **** * <p> * JobControllerConfig represents the configuration needed for the Controller componenet. ! * There could be different implementation of the controller componenet. Each controller * componenet can have different configurations. So, this class provides the basic features * required by all the controllers. Each controller will have specific controller config which --- 19,23 ---- * <p> * JobControllerConfig represents the configuration needed for the Controller componenet. ! * There could be different implementations of the controller componenet available. Each controller * componenet can have different configurations. So, this class provides the basic features * required by all the controllers. Each controller will have specific controller config which Index: PoolJobControllerConfig.java =================================================================== RCS file: /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/config/PoolJobControllerConfig.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** PoolJobControllerConfig.java 14 Sep 2006 05:04:34 -0000 1.8 --- PoolJobControllerConfig.java 14 Sep 2006 23:05:12 -0000 1.9 *************** *** 22,25 **** --- 22,30 ---- * </p> * + * <p> + * PoolJobController holds the class names of the JobPool, PoolJobLoader & + * PoolJobProcessor and configuration required by those classes processor. + * </p> + * * @author Suresh Pragada * @since 1.0 |