com.ibm.commerce.messaging.commands

Interface DeleteMsgFromStorageCmd

  • 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:
    DeleteMsgFromStorageCmdImpl


    public interface DeleteMsgFromStorageCmd
    extends ToolsControllerCommand
    The interface of the DeleteMsgFromStorage command. The DeleteMsgFromStorage command delete messages in either the MSGSTORE or MSGARCHIVE table based on the message id and transport id given in the request properties. The deletion can be applied to multiple messages at a time.
    • Field Detail

      • COPYRIGHT

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

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