com.ibm.commerce.tools.experimentation.commands

Interface ExperimentCompleteControllerCmd

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


    public interface ExperimentCompleteControllerCmd
    extends ToolsControllerCommand
    The ExperimentCompleteControllerCmd interface must be implemented to provide a controller command that completes the experiment. Different implementations of this interface can be provided for different stores. This controller command is mapped to the ExperimentComplete URL.
    • 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.tools.experimentation.commands.ExperimentCompleteControllerCmd is not defined in the CMDREG table.
        See Also:
        Constant Field Values