Class AbstractPrimaryOwnerCommand<K,V,R>
java.lang.Object
org.wildfly.clustering.server.infinispan.scheduler.AbstractPrimaryOwnerCommand<K,V,R>
- Type Parameters:
K- the scheduled entry key typeV- the scheduled entry value typeR- the command return type
- All Implemented Interfaces:
org.wildfly.clustering.server.dispatcher.Command<R, org.wildfly.clustering.server.scheduler.Scheduler<K,V>, RuntimeException>, PrimaryOwnerCommand<K, V, R>
- Direct Known Subclasses:
CancelCommand, ContainsCommand, ScheduleCommand
public abstract class AbstractPrimaryOwnerCommand<K,V,R>
extends Object
implements PrimaryOwnerCommand<K,V,R>
An abstract primary owner command.
- Author:
- Paul Ferraro
-
Method Details
-
getKey
Description copied from interface:PrimaryOwnerCommandReturns the key of a scheduled item.- Specified by:
getKeyin interfacePrimaryOwnerCommand<K,V, R> - Returns:
- the key of a scheduled item.
-
toString
-