com.ibm.commerce.subscription.scheduler

Interface SubscriptionSchedulerCmd

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


    public interface SubscriptionSchedulerCmd
    extends ControllerCommand
    This interface represents the instance of the WC scheduler for Subscription
    • Field Detail

      • COPYRIGHT

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

        static final java.lang.Integer DEFAULT_BATCH_SIZE
        The default batch size for this instance of the scheduler if the value is not configured in the scheduler properties. The batch size indicates the number of scheduled actions this thread will process before completing.
      • DEFAULT_RETRY_COUNT_FOR_ANY_ACTION

        static final java.lang.Integer DEFAULT_RETRY_COUNT_FOR_ANY_ACTION
        The default delay count for any action. The value is zero to indicate that an action will not be retried if the value is not configured.
        See Also:
        SubscriptionComponentConfigurationType} {@link SubscriptionConfigurationRegistry#getSubscriptionComponentConfiguration()} {@link SubscriptionComponentConfigurationType#getScheduledActionConfigurationForScheduledAction(String)}
      • DEFAULT_DELAY_FOR_FAILURE

        static final java.lang.Integer DEFAULT_DELAY_FOR_FAILURE
        The default delay in seconds for a failure.