com.ibm.commerce.messaging.commands

Interface MsgStoreIncrementRetriesCmd

  • All Superinterfaces:
    AccCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ControllerCommand, ECCommand, Protectable, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, ToolsControllerCommand
    All Known Implementing Classes:
    MsgStoreIncrementRetriesCmdImpl


    public interface MsgStoreIncrementRetriesCmd
    extends ToolsControllerCommand
    The interface of the MsgStoreIncrementRetries command. The MsgStoreIncrementRetries command increments the retries field in the MSGSTORE table based on the message ID and transport ID given in the request properties. Multiple messages may be incremented at a time.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The internal copyright field.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default class that contains the implementation of the MsgStoreIncrementRetriesCmd.
        See Also:
        Constant Field Values