SchedulerStatusDataBean
.public interface GetBroadcastJobStatusCmd
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
defaultCommandClassName
Deprecated.
The default implementation of this command.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getJobStatus()
Deprecated.
Gets the job status.
|
void |
setCloneId(java.lang.String cloneId)
Deprecated.
Sets the scheduler clone Id.
|
void |
setJobId(java.lang.Long lJobId)
Deprecated.
Sets the job reference number of the broadcast job to retrieve.
|
static final java.lang.String defaultCommandClassName
java.lang.String getJobStatus()
void setCloneId(java.lang.String cloneId)
cloneId
- the clone id of the scheduler clone instance .void setJobId(java.lang.Long lJobId)
jobId
- the broadcast job reference number.