com.ibm.commerce.experimentation.commands

Interface ExperimentCheckExpiryCmd

  • 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
    All Known Implementing Classes:
    ExperimentCheckExpiryCmdImpl


    public interface ExperimentCheckExpiryCmd
    extends ControllerCommand
    The ExperimentCheckExpiryCmd interface must be implemented to provide a controller command that checks if any marketing experiments are expired. This controller command is mapped to the ExperimentCheckExpiry URL, and invoked by a scheduled job.
    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String defaultCommandClassName
        defaultCommandClassName is the default implementation class used by the command factory to instantiate this command if the interface com.ibm.commerce.experimentation.commands.ExperimentCheckExpiryCmd is not defined in the CMDREG table.
        See Also:
        Constant Field Values