|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jmonks.batch.framework.config.JobConfig org.jmonks.batch.framework.config.db.DBJobConfig
DBJobConfig provides the implementation of JobConfig by reading the
job configuration from given connection. This reads the job configuration
from table job_config. Following is the schema of that table.
Column Name | Data Type | Purpose |
JOB_NAME | VARCHAR2(64) | Name of the Job. |
JOB_STATUS | NUMBER | Status of the job. 1 - Active, 0 - Inactive |
JOB_CONTROLLER_CLASS_NAME | VARCHAR2(256) | Controller to be used for this job. For pool job controller "org.jmonks.batch.framework.controller.pool.PoolJobController and for basic job controller org.jmonks.batch.framework.controller.basic.BasicJobController |
JOB_CONTROLLER_PROPS | VARCHAR2(1024) | Configuration properties for the controller. See the schema column comments for the format. |
Field Summary |
Fields inherited from class org.jmonks.batch.framework.config.JobConfig |
jobControllerConfig, jobLoggingConfig, jobName, jobStatus |
Methods inherited from class org.jmonks.batch.framework.config.JobConfig |
getJobControllerConfig, getJobLoggingConfig, getJobName, getJobStatus, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |