Package org.wildfly.clustering.ejb.timer
Interface TimerMetaData
- All Superinterfaces:
ImmutableTimerMetaData
Describes the metadata of a timer.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetLastTimeout(Instant timeout) Updates the time of the last timeout event for this timerMethods inherited from interface org.wildfly.clustering.ejb.timer.ImmutableTimerMetaData
getConfiguration, getContext, getLastTimeout, getNextTimeout, getTimeoutMatcher, getType, isPersistent
-
Method Details
-
setLastTimeout
Updates the time of the last timeout event for this timer- Parameters:
timeout- the time of the timeout event
-