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 voidsetLastTimout(Instant timeout)-
Methods inherited from interface org.wildfly.clustering.ejb.timer.ImmutableTimerMetaData
getConfiguration, getContext, getLastTimout, getNextTimeout, getTimeoutMatcher, getType, isPersistent
-
-
-
-
Method Detail
-
setLastTimout
void setLastTimout(Instant timeout)
-
-