Class CancelCommand<I,​M>

  • All Implemented Interfaces:
    Serializable, org.wildfly.clustering.dispatcher.Command<Void,​Scheduler<I,​M>>

    public class CancelCommand<I,​M>
    extends Object
    implements org.wildfly.clustering.dispatcher.Command<Void,​Scheduler<I,​M>>
    Command that cancels a previously scheduled item.
    Author:
    Paul Ferraro
    See Also:
    Serialized Form
    • Constructor Detail

      • CancelCommand

        public CancelCommand​(I id)
    • Method Detail

      • execute

        public Void execute​(Scheduler<I,​M> scheduler)
        Specified by:
        execute in interface org.wildfly.clustering.dispatcher.Command<I,​M>