Uses of Class
org.jmonks.batch.framework.config.FrameworkConfig.JobConnectorConfig

Packages that use FrameworkConfig.JobConnectorConfig
org.jmonks.batch.framework.config   
org.jmonks.batch.framework.management   
 

Uses of FrameworkConfig.JobConnectorConfig in org.jmonks.batch.framework.config
 

Methods in org.jmonks.batch.framework.config that return FrameworkConfig.JobConnectorConfig
 FrameworkConfig.JobConnectorConfig FrameworkConfig.getJobConnectorConfig()
          Returns the mgmt&mntr configuration defines in the framework configuration as JobConnectorConfig object.
 

Uses of FrameworkConfig.JobConnectorConfig in org.jmonks.batch.framework.management
 

Methods in org.jmonks.batch.framework.management with parameters of type FrameworkConfig.JobConnectorConfig
static JobConnectorHelper JobConnectorHelper.getJobConnectorHelper(FrameworkConfig.JobConnectorConfig jobConnectorConfig, JobManagementAgent agent)
          This factory method creates the correct implementation of JobConnectorHelper based on the given configuration which is defined in framework-config.xml file.