com.ibm.commerce.scheduler.commands
Interface GetBroadcastJobStatusCmd

All Known Implementing Classes:
GetBroadcastJobStatusCmdImpl

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

Gets the status of a broadcast Job.


Field Summary
static java.lang.String defaultCommandClassName
          Deprecated. The default implementation of this command.
 
Method Summary
 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

public static final java.lang.String defaultCommandClassName
Deprecated. 
The default implementation of this command.
See Also:
Constant Field Values
Method Detail

getJobStatus

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

setCloneId

public void setCloneId(java.lang.String cloneId)
Deprecated. 
Sets the scheduler clone Id.
Parameters:
cloneId - the clone id of the scheduler clone instance .

setJobId

public void setJobId(java.lang.Long lJobId)
Deprecated. 
Sets the job reference number of the broadcast job to retrieve.