Package org.wildfly.clustering.ejb.timer
Interface ImmutableTimerMetaData
-
- All Known Subinterfaces:
TimerMetaData
public interface ImmutableTimerMetaDataDescribes the immutable metadata of a timer.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <C extends TimerConfiguration>
CgetConfiguration(Class<C> configurationClass)ObjectgetContext()InstantgetLastTimout()InstantgetNextTimeout()Predicate<Method>getTimeoutMatcher()TimerTypegetType()booleanisPersistent()
-