Interface ScheduleCommand<I,M>

Type Parameters:
I - the identifier type of the entry to schedule
M - the meta data type of the entry to schedule
All Superinterfaces:
Command<Void,CacheEntryScheduler<I,M>,RuntimeException>, PrimaryOwnerCommand<I,M,Void>
All Known Implementing Classes:
ScheduleWithMetaDataCommand, ScheduleWithTransientMetaDataCommand

public interface ScheduleCommand<I,M> extends PrimaryOwnerCommand<I,M,Void>
Command that scheduled an entry.
Author:
Paul Ferraro