Class ScheduleWithExpirationMetaDataCommand<I>

Type Parameters:
I - the identifier type of the scheduled object
All Implemented Interfaces:
Command<Void,CacheEntryScheduler<I,ExpirationMetaData>,RuntimeException>, PrimaryOwnerCommand<I,ExpirationMetaData,Void>

public class ScheduleWithExpirationMetaDataCommand<I> extends ScheduleWithPersistentMetaDataCommand<I,ExpirationMetaData>
ScheduleCommand that wraps expiration metadata with a marshallable implementation.
Author:
Paul Ferraro