public class PostAddressAddCmdImpl extends TaskCommandImpl implements PostAddressAddCmd
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASSNAME
The name of this implementation for the command.
|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
defaultCommandClassName, NAME
Constructor and Description |
---|
PostAddressAddCmdImpl() |
Modifier and Type | Method and Description |
---|---|
TypedProperty |
getRequestProperties()
Returns the request properties.
|
TypedProperty |
getResponseProperties()
Returns the response properties.
|
void |
performExecute()
Performs the business logic.
|
void |
setRequestProperties(TypedProperty aRequestProperties)
Sets the request properties.
|
void |
setResponseProperties(TypedProperty aResponseProperties)
Sets the response properties.
|
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 static final java.lang.String CLASSNAME
public TypedProperty getRequestProperties()
getRequestProperties
in interface PostAddressAddCmd
public TypedProperty getResponseProperties()
getResponseProperties
in interface PostAddressAddCmd
public void performExecute() throws ECException
performExecute
in interface ECCommand
performExecute
in interface com.ibm.websphere.command.TargetableCommand
performExecute
in class AbstractECTargetableCommand
ECException
- Will never be thrown by this implementation.public void setRequestProperties(TypedProperty aRequestProperties)
setRequestProperties
in interface PostAddressAddCmd
aRequestProperties
- the request properties.public void setResponseProperties(TypedProperty aResponseProperties)
setResponseProperties
in interface PostAddressAddCmd
aResponseProperties
- the response properties.