public class MsgStoreIncrementRetriesCmdImpl extends com.ibm.commerce.messaging.commands.MessagingAdminCmd implements MsgStoreIncrementRetriesCmd
| Modifier and Type | Field and Description |
|---|---|
| static java.lang.String | COPYRIGHT
IBM Copyright field
|
| Constructor and Description |
|---|
| MsgStoreIncrementRetriesCmdImpl()
The MsgStoreIncrementRetriesCmdImpl default constructor calls its parents constructor.
|
| Modifier and Type | Method and Description |
|---|---|
| boolean | isGeneric()
This method checks to see if this is a generic command.
|
| boolean | isReadyToCallExecute()
This method checks whether this command is ready to execute.
|
| boolean | isRetriable()
This method checks to see if this command may be retried after errors (for example, rollback exceptions).
|
| void | performExecute()
The business logic for this controller command.
|
| void | validateParameters()
ControllerCommandImpl calls checkParameter in performExecute.
|
public static final java.lang.String COPYRIGHT
public MsgStoreIncrementRetriesCmdImpl()
public boolean isGeneric()
public boolean isReadyToCallExecute()
public boolean isRetriable()
public void performExecute()
throws ECException
public void validateParameters()
throws ECException