com.ibm.commerce.scheduler.commands
Interface GetBroadcastJobStatusCmd
-
- All Known Implementing Classes:
- GetBroadcastJobStatusCmdImpl
Deprecated.Replaced bySchedulerStatusDataBean
.
public interface GetBroadcastJobStatusCmd
Gets the status of a broadcast Job.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
defaultCommandClassName
Deprecated.The default implementation of this command.
-
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
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.
-
-
-
Field Detail
-
defaultCommandClassName
static final java.lang.String defaultCommandClassName
Deprecated.The default implementation of this command.- See Also:
- Constant Field Values
-
-
Method Detail
-
getJobStatus
java.lang.String getJobStatus()
Deprecated.Gets the job status.- Returns:
- String - job status
-
setCloneId
void setCloneId(java.lang.String cloneId)
Deprecated.Sets the scheduler clone Id.- Parameters:
cloneId
- the clone id of the scheduler clone instance .
-
setJobId
void setJobId(java.lang.Long lJobId)
Deprecated.Sets the job reference number of the broadcast job to retrieve.- Parameters:
jobId
- the broadcast job reference number.
-
-