|
|||||||||||
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
JobConfig represents the configuration needed to execute the job. This provides interface to the different implementations of JobConfig. Each factory will read the configuration from its source and creates JobConfig.
Field Summary | |
protected JobControllerConfig |
jobControllerConfig
Controller configuration of the job. |
protected JobLoggingConfig |
jobLoggingConfig
Map holds the logger information. |
protected java.lang.String |
jobName
Name of the job this configuration belongs to. |
protected boolean |
jobStatus
Variable holds the status of the job. |
Constructor Summary | |
JobConfig()
|
Method Summary | |
JobControllerConfig |
getJobControllerConfig()
Returns the Controller configuraiton of the job this JobConfig represents. |
JobLoggingConfig |
getJobLoggingConfig()
Returns job logging configuration. |
java.lang.String |
getJobName()
Returns the name of the job. |
boolean |
getJobStatus()
Returns whether the job is active or not. |
java.lang.String |
toString()
Returns the string representation of JobConfig class in the format {JobConfig [name = value] [status = value] [controllerConfig = value]} |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected java.lang.String jobName
protected boolean jobStatus
protected JobControllerConfig jobControllerConfig
protected JobLoggingConfig jobLoggingConfig
Constructor Detail |
public JobConfig()
Method Detail |
public JobControllerConfig getJobControllerConfig()
public java.lang.String getJobName()
public boolean getJobStatus()
public JobLoggingConfig getJobLoggingConfig()
public java.lang.String toString()
Returns the string representation of JobConfig class in the format
{JobConfig [name = value] [status = value] [controllerConfig = value]}
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |