Uses of Interface
org.wildfly.clustering.ejb.cache.timer.TimerMetaDataEntry
-
Packages that use TimerMetaDataEntry Package Description org.wildfly.clustering.ejb.cache.timer -
-
Uses of TimerMetaDataEntry in org.wildfly.clustering.ejb.cache.timer
Subinterfaces of TimerMetaDataEntry in org.wildfly.clustering.ejb.cache.timer Modifier and Type Interface Description interfaceRemappableTimerMetaDataEntry<C>Classes in org.wildfly.clustering.ejb.cache.timer that implement TimerMetaDataEntry Modifier and Type Class Description classAbstractTimerMetaDataEntry<C>The base timer metadata cache entry.classIntervalTimerMetaDataEntry<C>An interval-based timer metadata cache entry.classMutableTimerMetaDataEntry<C>classScheduleTimerMetaDataEntry<C>An schedule-based timer metadata cache entry.Constructors in org.wildfly.clustering.ejb.cache.timer with parameters of type TimerMetaDataEntry Constructor Description DefaultTimerMetaData(TimerMetaDataConfiguration<C> configuration, TimerMetaDataEntry<C> entry, Mutator mutator)
-