|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.scheduler.runtime.JobStatus
public class JobStatus
Job status codes.
| Field Summary | |
|---|---|
static JobStatus |
CANCELLED
A job has been cancelled while it was in state SCHEDULED, STARTING, or HOLD. |
static JobStatus |
COMPLETED
The job has completed. |
static JobStatus |
ERROR
The job has completed but threw an exception during execution or it is clear that the job failed (e.g. for a http job the http message could not be sent). |
static JobStatus |
HOLD
A job which was in state SCHEDULE can be held by the internal or an external scheduler. |
static JobStatus |
RUNNING
The job is currently executing. |
static JobStatus |
SCHEDULED
The job was scheduled by the internal job scheduler, it will be started by the internal scheduler in the future. |
static JobStatus |
STARTING
The job is currently being started by the job execution runtime (e.g. the JMS messages has been sent but was not yet received by the job). |
static JobStatus |
UNKNOWN
The job is in an unknown state. |
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
int |
hashCode()
|
String |
toString()
|
short |
value()
|
static JobStatus |
valueOf(short s)
|
static JobStatus |
valueOf(String s)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final JobStatus SCHEDULED
public static final JobStatus HOLD
public static final JobStatus RUNNING
public static final JobStatus UNKNOWN
public static final JobStatus COMPLETED
public static final JobStatus ERROR
public static final JobStatus CANCELLED
public static final JobStatus STARTING
| Method Detail |
|---|
public short value()
public static JobStatus valueOf(String s)
public static JobStatus valueOf(short s)
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object| Access Rights |
|---|
| SC | DC |
|---|---|
[sap.com] ENGFACADE
|
[sap.com] tc/je/scheduler/api
|
|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||