public class NotifyBlockCmdImpl extends TaskCommandImpl implements NotifyBlockCmd
BlockNotifyCmd
.
OrderBlockManagerInterface
,
Serialized FormModifier 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, 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
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
public static final java.lang.String COPYRIGHT
public void performExecute() throws ECException
performExecute
in interface ECCommand
performExecute
in interface com.ibm.websphere.command.TargetableCommand
performExecute
in class AbstractECTargetableCommand
ECException
public void setOrderId(java.lang.String anOrderId)
setOrderId
in interface NotifyBlockCmd
anOrderId
- public void setBlockNotify(java.lang.String aBlockNotify)
setBlockNotify
in interface NotifyBlockCmd
aBlockNotify
- public void setBlockReasonCodeId(java.lang.String aBlockRsnCodeId)
setBlockReasonCodeId
in interface NotifyBlockCmd
aBlockRsnCodeId
- public void setComments(java.lang.String someComment)
setComments
in interface NotifyBlockCmd
someComment
- public java.lang.Long getTicklerId()
getTicklerId
in interface NotifyBlockCmd