SchedulerStatusDataBean
.public class GetBroadcastJobStatusCmdImpl extends ControllerCommandImpl implements GetBroadcastJobStatusCmd
Gets the status of a broadcast Job.
defaultCommandClassName
defaultCommandClassName
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, setViewInputProperties
accessControlCheck, 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, validateParameters
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCache
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputProperties
accessControlCheck, getAccCheck, setAccCheck
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
public java.lang.String getJobStatus()
getJobStatus
in interface GetBroadcastJobStatusCmd
public void performExecute() throws ECException
performExecute
in interface ECCommand
performExecute
in interface com.ibm.websphere.command.TargetableCommand
performExecute
in class AbstractECTargetableCommand
ECException
- if there was a problem retrieving the record.public void setCloneId(java.lang.String strCloneId)
setCloneId
in interface GetBroadcastJobStatusCmd
cloneId
- the scheduler clone id.public void setJobId(java.lang.Long lJobId)
setJobId
in interface GetBroadcastJobStatusCmd
jobId
- the broadcast job reference number.public void setRequestProperties(TypedProperty reqParms) throws ECException
setRequestProperties
in interface ControllerCommand
setRequestProperties
in class ControllerCommandImpl
reqParms
- the command properties.ECException
- if there is missing command parameters.public void setUrl(java.lang.String strUrl)
url
- the URL to redirect to.