Interface PrimaryOwnerCommand<I,M,R>
- Type Parameters:
I- the scheduled object identifier typeM- the scheduled object metadata typeR- the command return type
- All Superinterfaces:
org.wildfly.clustering.server.dispatcher.Command<R,Scheduler<I, M>, RuntimeException>
- All Known Implementing Classes:
AbstractPrimaryOwnerCommand,CancelCommand,ContainsCommand,ScheduleCommand,ScheduleWithExpirationMetaDataCommand,ScheduleWithPersistentMetaDataCommand,ScheduleWithTransientMetaDataCommand
public interface PrimaryOwnerCommand<I,M,R>
extends org.wildfly.clustering.server.dispatcher.Command<R,Scheduler<I,M>,RuntimeException>
A command intended to be sent to the primary owner of a given cache entry.
- Author:
- Paul Ferraro
-
Method Summary
Methods inherited from interface org.wildfly.clustering.server.dispatcher.Command
execute
-
Method Details
-
getId
I getId()
-