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 type
V - the scheduled entry value type
R - the command return type
All Implemented Interfaces:
Command<R, 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