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

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

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

Subclasses of JobControllerConfig in org.jmonks.batch.framework.config
 class BasicJobControllerConfig
           BasicJobControllerConfig provides the configuration for the BasicJobController.
 class PoolJobControllerConfig
           PoolJobControllerConfig represents the controller congiguration needed by PoolJobController.
 

Fields in org.jmonks.batch.framework.config declared as JobControllerConfig
protected  JobControllerConfig JobConfig.jobControllerConfig
          Controller configuration of the job.
 

Methods in org.jmonks.batch.framework.config that return JobControllerConfig
 JobControllerConfig JobConfig.getJobControllerConfig()
          Returns the Controller configuraiton of the job this JobConfig represents.
 

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

Subclasses of JobControllerConfig in org.jmonks.batch.framework.config.db
 class DBBasicJobControllerConfig
           DBBasicJobControllerConfig loads the job controller configuration from the defined database.
 class DBJobControllerConfig
           DBJobControllerConfig responsible to build the controller specific JobControllerConfig objects from the given database.
 class DBPoolJobControllerConfig
           DBPoolJobControllerConfig loads the job controller configuration from the defined database.
 

Methods in org.jmonks.batch.framework.config.db that return JobControllerConfig
static JobControllerConfig DBJobControllerConfig.getJobControllerConfig(java.lang.String jobName, java.sql.Connection connection)
           Factory method creates and returns the controller specific controller config object from the table job_config and controller specific tables.
 

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

Subclasses of JobControllerConfig in org.jmonks.batch.framework.config.xml
 class XMLBasicJobControllerConfig
           XMLBasicJobControllerConfig loads the XML job controller configuration.
 class XMLJobControllerConfig
          XMLJobControllerConfig responsible to build the controller specific JobControllerConfig objects from the given XML.
 class XMLPoolJobControllerConfig
           XMLPoolJobControllerConfig loads the controller configuration from XML Job controller configuration.
 

Methods in org.jmonks.batch.framework.config.xml that return JobControllerConfig
static JobControllerConfig XMLJobControllerConfig.getJobControllerConfig(org.w3c.dom.Element controllerConfigElement)
           Factory method creates and returns the controller specific controller config object from the following XML block from the job configuration file.