Uses of Interface
org.jmonks.batch.framework.management.JobManagerMBean

Packages that use JobManagerMBean
org.jmonks.batch.framework   
org.jmonks.batch.framework.controller.basic   
org.jmonks.batch.framework.controller.pool   
org.jmonks.batch.framework.management   
 

Uses of JobManagerMBean in org.jmonks.batch.framework
 

Classes in org.jmonks.batch.framework that implement JobManagerMBean
 class JobController
           Job Controller is the important component, which actually creates and drives the execution of the job.
 

Uses of JobManagerMBean in org.jmonks.batch.framework.controller.basic
 

Classes in org.jmonks.batch.framework.controller.basic that implement JobManagerMBean
 class BasicJobController
           BasicJobController creates and executes the Basic Job Processor class defined in job configuration.
 

Uses of JobManagerMBean in org.jmonks.batch.framework.controller.pool
 

Classes in org.jmonks.batch.framework.controller.pool that implement JobManagerMBean
 class PoolJobController
           PoolJobController provides the job architecture based on the pool concept, where a loader is load all the information to be processed into the pool and processors(>=1) retrieves the information from pool and process them.
 

Uses of JobManagerMBean in org.jmonks.batch.framework.management
 

Classes in org.jmonks.batch.framework.management that implement JobManagerMBean
 class JobManager
           JobManager instruments the job controller for management purposes.