Uses of Package
org.jmonks.batch.framework.config

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

Classes in org.jmonks.batch.framework.config used by org.jmonks.batch.framework
FrameworkConfig
           FrameworkConfig class is responsible to read the framework configuration from framework-config.xml file and gives the configuration in the form of configuration objects when needed.
FrameworkConfig.FrameworkLoggingConfig
           FrameworkLoggingConfig class holds configuration required to enable the framework logging by LoggingManager.
FrameworkConfig.RepositoryConfig
           RepositoryConfig class holds the configuration required to create the class provides the interface to the framework repository and properties needed to work with the repository.
JobConfig
           JobConfig represents the configuration needed to execute the job.
JobLoggingConfig
           JobLoggingConfig holds the list of loggers defined for this job.
 

Classes in org.jmonks.batch.framework.config used by org.jmonks.batch.framework.config
FrameworkConfig
           FrameworkConfig class is responsible to read the framework configuration from framework-config.xml file and gives the configuration in the form of configuration objects when needed.
FrameworkConfig.FrameworkLoggingConfig
           FrameworkLoggingConfig class holds configuration required to enable the framework logging by LoggingManager.
FrameworkConfig.JobConfigFactoryConfig
           JobConfigFactoryConfig class holds the configuration information required by Job configuration factories.
FrameworkConfig.JobConnectorConfig
           JobConnectorConfig class holds the configuration required to create the JobConnectorHelper classes used in establishing the job management agent and clients.
FrameworkConfig.JobControllerConfig
           ControllerConfig holds the configuration related to the controller components.
FrameworkConfig.RepositoryConfig
           RepositoryConfig class holds the configuration required to create the class provides the interface to the framework repository and properties needed to work with the repository.
JobConfig
           JobConfig represents the configuration needed to execute the job.
JobConfigFactory
           JobConfigFactory returns the factory class instance which in turn returns the job configuration objects from the designated factory.
JobControllerConfig
           JobControllerConfig represents the configuration needed for the Controller componenet.
JobLoggingConfig
           JobLoggingConfig holds the list of loggers defined for this job.
JobLoggingConfig.JobLoggerConfig
          JobLoggerConfig holds the information of each logger defined for the job.
 

Classes in org.jmonks.batch.framework.config used by org.jmonks.batch.framework.config.db
BasicJobControllerConfig
           BasicJobControllerConfig provides the configuration for the BasicJobController.
JobConfig
           JobConfig represents the configuration needed to execute the job.
JobConfigFactory
           JobConfigFactory returns the factory class instance which in turn returns the job configuration objects from the designated factory.
JobControllerConfig
           JobControllerConfig represents the configuration needed for the Controller componenet.
JobLoggingConfig
           JobLoggingConfig holds the list of loggers defined for this job.
PoolJobControllerConfig
           PoolJobControllerConfig represents the controller congiguration needed by PoolJobController.
 

Classes in org.jmonks.batch.framework.config used by org.jmonks.batch.framework.config.xml
BasicJobControllerConfig
           BasicJobControllerConfig provides the configuration for the BasicJobController.
JobConfig
           JobConfig represents the configuration needed to execute the job.
JobConfigFactory
           JobConfigFactory returns the factory class instance which in turn returns the job configuration objects from the designated factory.
JobControllerConfig
           JobControllerConfig represents the configuration needed for the Controller componenet.
JobLoggingConfig
           JobLoggingConfig holds the list of loggers defined for this job.
PoolJobControllerConfig
           PoolJobControllerConfig represents the controller congiguration needed by PoolJobController.
 

Classes in org.jmonks.batch.framework.config used by org.jmonks.batch.framework.management
FrameworkConfig.JobConnectorConfig
           JobConnectorConfig class holds the configuration required to create the JobConnectorHelper classes used in establishing the job management agent and clients.