Class CancelCommand<I,M>
java.lang.Object
org.wildfly.clustering.server.infinispan.scheduler.AbstractPrimaryOwnerCommand<I,M,Void>
org.wildfly.clustering.server.infinispan.scheduler.CancelCommand<I,M>
- Type Parameters:
I- the identifier type of the entry to cancelM- the meta data type of the entry to cancel
- All Implemented Interfaces:
Command<Void,,CacheEntryScheduler<I, M>, RuntimeException> PrimaryOwnerCommand<I,M, Void>
Command that cancels a previously scheduled item.
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(CacheEntryScheduler<I, M> scheduler) Execute this command with the specified context.Methods inherited from class org.wildfly.clustering.server.infinispan.scheduler.AbstractPrimaryOwnerCommand
getId, toString
-
Constructor Details
-
CancelCommand
-
-
Method Details
-
execute
Description copied from interface:CommandExecute this command with the specified context.- Parameters:
scheduler- the execution context- Returns:
- the result of this command
-