|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jmonks.batch.framework.config.JobLoggingConfig org.jmonks.batch.framework.config.db.DBJobLoggingConfig
DBJobLoggingConfig reads the job logging configuration from the table job_logging_config.
Below is the schema of job_logging_config table.
Column Name | Data Type | Purpose |
JOB_NAME | VARCHAR2(64) | Name of the Job. |
JOB_LOGGER_NAME | VARCHAR2(256) | Package name of the logger. Values will be like com.mycompany.jobs.myjob |
JOB_LOGGER_LEVEL | VARCHAR2(32) | Level of the logger. Values can be TRACE,DEBUG,INFO,WARN,ERROR,FATAL |
Nested Class Summary |
Nested classes inherited from class org.jmonks.batch.framework.config.JobLoggingConfig |
JobLoggingConfig.JobLoggerConfig |
Constructor Summary | |
DBJobLoggingConfig(java.lang.String jobName,
java.sql.Connection connection)
Reads the configuration from the table job_logging_config and add each record as JobLoggerConfig object. |
Methods inherited from class org.jmonks.batch.framework.config.JobLoggingConfig |
addLogger, getLoggers, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DBJobLoggingConfig(java.lang.String jobName, java.sql.Connection connection)
jobName
- Name of the job.connection
- Database connection to the defined database.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |