Class EntriesCommand<I,M>
- java.lang.Object
-
- org.wildfly.clustering.ee.infinispan.scheduler.EntriesCommand<I,M>
-
- All Implemented Interfaces:
Serializable,org.wildfly.clustering.dispatcher.Command<Collection<I>,CacheEntryScheduler<I,M>>
public class EntriesCommand<I,M> extends Object implements org.wildfly.clustering.dispatcher.Command<Collection<I>,CacheEntryScheduler<I,M>>
- Author:
- Paul Ferraro
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EntriesCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<I>execute(CacheEntryScheduler<I,M> scheduler)
-
-
-
Method Detail
-
execute
public Collection<I> execute(CacheEntryScheduler<I,M> scheduler) throws Exception
-
-