Update of /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/controller/pool
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10191/controller/pool
Modified Files:
CollectionJobPool.java
Log Message:
no message
Index: CollectionJobPool.java
===================================================================
RCS file: /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/controller/pool/CollectionJobPool.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** CollectionJobPool.java 13 Sep 2006 23:29:45 -0000 1.8
--- CollectionJobPool.java 14 Sep 2006 23:04:23 -0000 1.9
***************
*** 124,132 ****
/**
* Initializes the collection job pool using the configuration defined
! * in the job configuration. It gets the pool size from the given configuration,
* by looking for the property "job-pool-size", if it couldnt find it uses the default pool size "1000"
* and initializes the collection to be used as the pool.
*
! * @param configProps Configuration defined for the job pool.
*/
public void initialize(JobContext jobContext)
--- 124,132 ----
/**
* Initializes the collection job pool using the configuration defined
! * in the job configuration. It gets the pool size from the defined configuration,
* by looking for the property "job-pool-size", if it couldnt find it uses the default pool size "1000"
* and initializes the collection to be used as the pool.
*
! * @param jobContext Context of the job being run.
*/
public void initialize(JobContext jobContext)
|