Class CancelCommand<K,V>
java.lang.Object
org.wildfly.clustering.server.infinispan.scheduler.AbstractPrimaryOwnerCommand<K,V,Void>
org.wildfly.clustering.server.infinispan.scheduler.CancelCommand<K,V>
- Type Parameters:
K- the scheduled entry key typeV- the scheduled entry value type
- All Implemented Interfaces:
org.wildfly.clustering.server.dispatcher.Command<Void, org.wildfly.clustering.server.scheduler.Scheduler<K,V>, RuntimeException>, PrimaryOwnerCommand<K, V, Void>
Command that cancels a previously scheduled entry.
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionCancelCommand(K key) Creates a cancel command for a scheduled entry with the specified key -
Method Summary
Methods inherited from class AbstractPrimaryOwnerCommand
getKey, toString
-
Constructor Details
-
CancelCommand
Creates a cancel command for a scheduled entry with the specified key- Parameters:
key- a scheduled entry key
-
-
Method Details
-
execute
-