|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JobStatus | |
|---|---|
| com.sap.scheduler.api | |
| com.sap.scheduler.runtime | |
| Uses of JobStatus in com.sap.scheduler.api |
|---|
| Methods in com.sap.scheduler.api that return JobStatus | |
|---|---|
JobStatus |
Scheduler.getJobStatus(JobID jobid)
Returns the status of a job. |
| Uses of JobStatus in com.sap.scheduler.runtime |
|---|
| Fields in com.sap.scheduler.runtime declared as JobStatus | |
|---|---|
static JobStatus |
JobStatus.CANCELLED
A job has been cancelled while it was in state SCHEDULED, STARTING, or HOLD. |
static JobStatus |
JobStatus.COMPLETED
The job has completed. |
static JobStatus |
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 |
JobStatus.HOLD
A job which was in state SCHEDULE can be held by the internal or an external scheduler. |
static JobStatus |
JobStatus.RUNNING
The job is currently executing. |
static JobStatus |
JobStatus.SCHEDULED
The job was scheduled by the internal job scheduler, it will be started by the internal scheduler in the future. |
static JobStatus |
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 |
JobStatus.UNKNOWN
The job is in an unknown state. |
| Methods in com.sap.scheduler.runtime that return JobStatus | |
|---|---|
JobStatus |
JobFilter.getJobStatus()
|
JobStatus |
Job.getJobStatus()
Get the status. |
static JobStatus |
JobStatus.valueOf(short s)
|
static JobStatus |
JobStatus.valueOf(String s)
|
| Methods in com.sap.scheduler.runtime with parameters of type JobStatus | |
|---|---|
void |
JobFilter.setJobStatus(JobStatus status)
Selects all jobs with the specified status. |
void |
Job.setJobStatus(JobStatus jobStatus)
Deprecated. use the constructor |
| Constructors in com.sap.scheduler.runtime with parameters of type JobStatus | |
|---|---|
Job(JobID id,
JobDefinitionID defID,
SchedulerID schedID,
String name,
JobStatus status,
Date startDate,
Date endDate,
Date submitTime,
String node,
short returnCode,
String userID,
JobID parent,
String vendorData,
boolean cancelRequest,
int retentionPeriod)
Deprecated. Please use Job.Job(JobID, JobDefinitionID, SchedulerID, String, JobStatus, Date, Date, Date, String, short, String, JobID, String, boolean, int, SchedulerTaskID) instead |
|
Job(JobID id,
JobDefinitionID defID,
SchedulerID schedID,
String name,
JobStatus status,
Date startDate,
Date endDate,
Date submitTime,
String node,
short returnCode,
String userID,
JobID parent,
String vendorData,
boolean cancelRequest,
int retentionPeriod,
SchedulerTaskID schedTaskID)
Create a new job object from the parameters provided. |
|
Job(JobID id,
JobDefinitionID defID,
SchedulerID schedID,
String name,
JobStatus status,
Date startDate,
Date endDate,
Date submitTime,
String node,
short returnCode,
String userID,
JobID parent,
String vendorData,
boolean cancelRequest,
int retentionPeriod,
SchedulerTaskID schedTaskID,
long cpuTime,
long memoryAllocation)
Create a new job object from the parameters provided. |
|
|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||