public class NotifyBlockCmdImpl extends TaskCommandImpl implements NotifyBlockCmd
BlockNotifyCmd.
OrderBlockManagerInterface,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
defaultCommandClassName, NAME| Constructor and Description |
|---|
NotifyBlockCmdImpl()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getTicklerId()
This method returns the ticker id.
|
void |
performExecute()
Executes the main business logic of the command.
|
void |
setBlockNotify(java.lang.String aBlockNotify)
Sting value which indicates if to block (true)
or unblock (false)
|
void |
setBlockReasonCodeId(java.lang.String aBlockRsnCodeId)
The block reason code ID for the block or unblock operation
|
void |
setComments(java.lang.String someComment)
The block reason code ID for the block or unblock operation
|
void |
setOrderId(java.lang.String anOrderId)
This method sets the order ID to perform the blocking on
|
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, 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, waitexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameterspublic static final java.lang.String COPYRIGHT
public void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECExceptionpublic void setOrderId(java.lang.String anOrderId)
setOrderId in interface NotifyBlockCmdanOrderId - public void setBlockNotify(java.lang.String aBlockNotify)
setBlockNotify in interface NotifyBlockCmdaBlockNotify - public void setBlockReasonCodeId(java.lang.String aBlockRsnCodeId)
setBlockReasonCodeId in interface NotifyBlockCmdaBlockRsnCodeId - public void setComments(java.lang.String someComment)
setComments in interface NotifyBlockCmdsomeComment - public java.lang.Long getTicklerId()
getTicklerId in interface NotifyBlockCmd