|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.server.PT_JOB_SETTINGS
public final class PT_JOB_SETTINGS
com.plutmree.server.IPTJob| Field Summary | |
|---|---|
static int |
PT_JOB_CONTINUEONERRORS
Zero or One. |
static int |
PT_JOB_LASTRUNTIME
Date when the job last ran |
static int |
PT_JOB_LOGLEVEL
The verbosity level of the job log created when the job is run. |
static int |
PT_JOB_NEXTRUNTIME
Date when the job should run next |
static int |
PT_JOB_STATUS
Current status of job if it is running or the last time when it was run, can be any of the values of PT_JOBSTATUS. |
static int |
PT_JOB_TIMEOUT
The maximum amount of time for the job to run. |
static int |
PT_JOB_TIMEOUT_UNITS
Time units for the maximum amount of time for the job to run. |
| Constructor Summary | |
|---|---|
PT_JOB_SETTINGS()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int PT_JOB_NEXTRUNTIME
public static final int PT_JOB_LASTRUNTIME
public static final int PT_JOB_LOGLEVEL
public static final int PT_JOB_TIMEOUT
public static final int PT_JOB_TIMEOUT_UNITS
public static final int PT_JOB_CONTINUEONERRORS
public static final int PT_JOB_STATUS
| Constructor Detail |
|---|
public PT_JOB_SETTINGS()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||