com.ibm.commerce.scheduler.commands
Interface GetJobStatusCmd
-
- All Known Implementing Classes:
- GetJobStatusCmdImpl
Deprecated.Replaced bySchedulerStatusDataBean
.
public interface GetJobStatusCmd
Gets the status of a schedule Job.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method and Description 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.
-