|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.plumtree.server.PT_JOBSTATUS
IPTJob,
IPTScheduler| Field Summary | |
static int |
PT_JOBSTATUS_FAILED
Job terminated with a reported failure |
static int |
PT_JOBSTATUS_INPROCESS
Job is marked as actively running |
static int |
PT_JOBSTATUS_INTERRUPTED
Job was interrupted by an unexpected termination |
static int |
PT_JOBSTATUS_INVALID
Invalid job status: should not be used |
static int |
PT_JOBSTATUS_KILLREQUESTED
Job has been requested to terminate |
static int |
PT_JOBSTATUS_SAVINGCHECKPOINT
Job is currently saving checkpoint |
static int |
PT_JOBSTATUS_SUCCEEDED
Job successfully completed |
static int |
PT_JOBSTATUS_SUSPENDED
Job was suspended |
static int |
PT_JOBSTATUS_SUSPENDING
Job is currently being suspended |
| Constructor Summary | |
PT_JOBSTATUS()
|
|
| 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_JOBSTATUS_INVALID
public static final int PT_JOBSTATUS_INPROCESS
public static final int PT_JOBSTATUS_INTERRUPTED
public static final int PT_JOBSTATUS_SUCCEEDED
public static final int PT_JOBSTATUS_FAILED
public static final int PT_JOBSTATUS_SUSPENDING
public static final int PT_JOBSTATUS_SUSPENDED
public static final int PT_JOBSTATUS_SAVINGCHECKPOINT
public static final int PT_JOBSTATUS_KILLREQUESTED
| Constructor Detail |
public PT_JOBSTATUS()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||