protected class AdminSchedulerMgr.StaticData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
batchLogPath
This is the path where the batch logs are located
|
private boolean |
initDone
Set to true if initialisation was completed successfully
|
Modifier | Constructor and Description |
---|---|
protected |
StaticData() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBatchLogPath() |
boolean |
isInitDone() |
void |
setBatchLogPath(java.lang.String batchLogPath) |
void |
setInitDone(boolean initDone) |
private boolean initDone
private java.lang.String batchLogPath
public boolean isInitDone()
public void setInitDone(boolean initDone)
initDone
- The initDone to set.public java.lang.String getBatchLogPath()
public void setBatchLogPath(java.lang.String batchLogPath)
batchLogPath
- the batchLogPath to setCopyright © 2018 DS Data Systems UK Ltd.