SchedulerStatusDataBean.public class GetBroadcastJobStatusCmdImpl extends ControllerCommandImpl implements GetBroadcastJobStatusCmd
Gets the status of a broadcast Job.
defaultCommandClassNamedefaultCommandClassName| Constructor and Description |
|---|
GetBroadcastJobStatusCmdImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getJobStatus()
Deprecated.
Gets the job status.
|
void |
performExecute()
Deprecated.
Gets the Broadcast Job's status based on the specified job reference number and cloneId.
|
void |
setCloneId(java.lang.String strCloneId)
Deprecated.
Sets the clone Id.
|
void |
setJobId(java.lang.Long lJobId)
Deprecated.
Sets the broadcast job reference number.
|
void |
setRequestProperties(TypedProperty reqParms)
Deprecated.
This method extracts the required parameters from the request properties and
sets it locally in the command.
|
void |
setUrl(java.lang.String strUrl)
Deprecated.
Sets the URL to redirect to after the command completes.
|
checkPermission, fulfills, getForUserId, getGeneric, getOwner, getRequestProperties, getResolvedRequestProperties, getResourceOwners, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setForUserId, setGeneric, setOwner, setResponseProperties, setRetriable, setViewInputPropertiesaccessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputPropertiesaccessControlCheck, getAccCheck, setAccCheckcheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameterspublic java.lang.String getJobStatus()
getJobStatus in interface GetBroadcastJobStatusCmdpublic void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECException - if there was a problem retrieving the record.public void setCloneId(java.lang.String strCloneId)
setCloneId in interface GetBroadcastJobStatusCmdcloneId - the scheduler clone id.public void setJobId(java.lang.Long lJobId)
setJobId in interface GetBroadcastJobStatusCmdjobId - the broadcast job reference number.public void setRequestProperties(TypedProperty reqParms) throws ECException
setRequestProperties in interface ControllerCommandsetRequestProperties in class ControllerCommandImplreqParms - the command properties.ECException - if there is missing command parameters.public void setUrl(java.lang.String strUrl)
url - the URL to redirect to.