public class ExtendReturnPrepareCmdImpl extends TaskCommandImpl implements ExtendReturnPrepareCmd
ExtendReturnPrepareCmd interface.
Task command to extend the ReturnPrepare controller command. This implementation does nothing.
ReturnPrepareCmdImpl.extendCommand will set requestProperties, responseProperties, commandContext
and RMA accessbean before executing this command.defaultCommandClassName, NAME| Constructor and Description |
|---|
ExtendReturnPrepareCmdImpl()
ExtendReturnPrepareCmdImpl constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
performExecute()
Execute the command.
|
void |
reset()
This method is called after a command has been executed.
|
void |
setRequestProperties(TypedProperty aRequestProperties)
Set the caller's request properties.
|
void |
setResponseProperties(TypedProperty aResponseProperties)
Set the caller's response properties.
|
void |
setRMAAB(RMAAccessBean anRMAAB)
Set the RMA access bean being processed.
|
void |
validateParameters()
This method verifies the input parameters.
|
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultPropertiesexecuteFromCache, 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, setDefaultPropertiespublic ExtendReturnPrepareCmdImpl()
public void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECExceptionpublic void reset()
AbstractECTargetableCommandreset in interface com.ibm.websphere.command.Commandreset in class AbstractECTargetableCommandpublic void setRequestProperties(TypedProperty aRequestProperties) throws ECApplicationException
ExtendReturnPrepareCmdsetRequestProperties in interface ExtendReturnPrepareCmdaRequestProperties - The request properties.ECApplicationExceptionpublic void setResponseProperties(TypedProperty aResponseProperties)
ExtendReturnPrepareCmdsetResponseProperties in interface ExtendReturnPrepareCmdaResponseProperties - The response properties.public void setRMAAB(RMAAccessBean anRMAAB)
ExtendReturnPrepareCmdsetRMAAB in interface ExtendReturnPrepareCmdanRMAAB - The RMA access bean.public void validateParameters()
throws ECException
validateParameters in interface ECCommandvalidateParameters in class AbstractECTargetableCommandECException