Interface PrimaryOwnerCommand<I,M,R>

Type Parameters:
I - the scheduled object identifier type
M - the scheduled object metadata type
R - the command return type
All Superinterfaces:
Command<R,Scheduler<I,M>,RuntimeException>
All Known Implementing Classes:
AbstractPrimaryOwnerCommand, CancelCommand, ContainsCommand, ScheduleCommand, ScheduleWithExpirationMetaDataCommand, ScheduleWithPersistentMetaDataCommand, ScheduleWithTransientMetaDataCommand

public interface PrimaryOwnerCommand<I,M,R> extends 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

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface org.wildfly.clustering.server.dispatcher.Command

    execute
  • Method Details

    • getId

      I getId()