com.ibm.commerce.scheduler.commands
Interface GetJobStatusCmd

All Known Implementing Classes:
GetJobStatusCmdImpl

Deprecated. Replaced by com.ibm.commerce.scheduler.beans.SchedulerStatusDataBean.
public interface GetJobStatusCmd

Gets the status of a schedule Job.


Method Summary
 java.lang.String getJobStatus()
          Deprecated. Gets the job status.
 void setJobInstanceId(java.lang.Long lJobInstanceId)
          Deprecated. Sets the instance number of a specific run of a job.
 

Method Detail

getJobStatus

public java.lang.String getJobStatus()
Deprecated. 
Gets the job status.
Returns:
The job status.

setJobInstanceId

public void setJobInstanceId(java.lang.Long lJobInstanceId)
Deprecated. 
Sets the instance number of a specific run of a job.