Uses of Class
org.jmonks.batch.framework.config.JobConfigFactory

Packages that use JobConfigFactory
org.jmonks.batch.framework.config   
org.jmonks.batch.framework.config.db   
org.jmonks.batch.framework.config.xml   
 

Uses of JobConfigFactory in org.jmonks.batch.framework.config
 

Methods in org.jmonks.batch.framework.config that return JobConfigFactory
static JobConfigFactory JobConfigFactory.getJobConfigFactory(FrameworkConfig.JobConfigFactoryConfig factoryConfig)
          This factory method will return the appropriate job configuration factory based on the input values in JobConfigFactoryConfig object.
 

Uses of JobConfigFactory in org.jmonks.batch.framework.config.db
 

Subclasses of JobConfigFactory in org.jmonks.batch.framework.config.db
 class DBJobConfigFactory
           DBJobConfigFactory reads the job configuration from defined database to create the configuration objects needed by the job.
 

Uses of JobConfigFactory in org.jmonks.batch.framework.config.xml
 

Subclasses of JobConfigFactory in org.jmonks.batch.framework.config.xml
 class XMLJobConfigFactory
           XMLJobConfigFactory reads the job configuration from XML file to create the configuration objects needed by the job.