Class AbstractPrimaryOwnerCommand<I,M,R>

java.lang.Object
org.wildfly.clustering.server.infinispan.scheduler.AbstractPrimaryOwnerCommand<I,M,R>
Type Parameters:
I - the identifier type of the entry to cancel
M - the meta data type of the entry to cancel
R - the command return type
All Implemented Interfaces:
org.wildfly.clustering.server.dispatcher.Command<R,CacheEntryScheduler<I,M>,RuntimeException>, PrimaryOwnerCommand<I,M,R>
Direct Known Subclasses:
CancelCommand, ContainsCommand, ScheduleCommand

public abstract class AbstractPrimaryOwnerCommand<I,M,R> extends Object implements PrimaryOwnerCommand<I,M,R>
An abstract primary owner command.
Author:
Paul Ferraro