Uses of Package
org.jmonks.batch.framework.controller.pool

Packages that use org.jmonks.batch.framework.controller.pool
org.jmonks.batch.framework.controller.pool   
 

Classes in org.jmonks.batch.framework.controller.pool used by org.jmonks.batch.framework.controller.pool
JobPool
           JobPool pools all the job data being loaded by the loader and serves this data when job processors requests for the processing.
PoolJobLoader
           PoolJobLoader loads the job data into the pool to be processed by PoolJobProcessor(s).
PoolJobProcessor
           PoolJobProcessor gets the job data to be processed from the job pool and processes it.