Package org.wildfly.clustering.ejb.timer
Interface TimerMetaData
-
- All Superinterfaces:
ImmutableTimerMetaData
public interface TimerMetaData extends ImmutableTimerMetaData
Describes the metadata of a timer.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetLastTimeout(Instant timeout)Updates the time of the last timeout event for this timer-
Methods inherited from interface org.wildfly.clustering.ejb.timer.ImmutableTimerMetaData
getConfiguration, getContext, getLastTimeout, getNextTimeout, getTimeoutMatcher, getType, isPersistent
-
-
-
-
Method Detail
-
setLastTimeout
void setLastTimeout(Instant timeout)
Updates the time of the last timeout event for this timer- Parameters:
timeout- the time of the timeout event
-
-