com.ibm.commerce.edp.commands

Class EDPDepositableAmountProcessVoidCmdImpl

  • All Implemented Interfaces:
    AccCommand, ControllerCommand, ECCommand, ECTargetableCommand, EDPDepositableAmountProcessCmd, Protectable, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable


    public class EDPDepositableAmountProcessVoidCmdImpl
    extends ControllerCommandImpl
    implements EDPDepositableAmountProcessCmd

    The void implementation for EDPDepositableAmountProcessCmd.

    It does nothing.

    This command is typically executed as a site-level scheduled command.

    The void implementation of commands is used when anyone is intended to disable the command while keeping the single code base. Note that please use the void implementation of all commands once you decide to disable the command implementation.

    See Also:
    Serialized Form
    • Constructor Detail

      • EDPDepositableAmountProcessVoidCmdImpl

        public EDPDepositableAmountProcessVoidCmdImpl()
    • Method Detail

      • postExecute

        public void postExecute()
        Specified by:
        postExecute in interface com.ibm.websphere.command.CacheableCommand
        Overrides:
        postExecute in class com.ibm.websphere.command.CacheableCommandImpl
        See Also:
        CacheableCommand.postExecute()
      • reset

        public void reset()

        This method resets the command fields.

        After this method is invoked, and proper attributes are set, the command can be executed again.

        Specified by:
        reset in interface com.ibm.websphere.command.Command
        Overrides:
        reset in class AbstractECTargetableCommand