Class AbstractTimerCreationMetaDataEntry<V>
- java.lang.Object
-
- org.wildfly.clustering.ejb.infinispan.timer.AbstractTimerCreationMetaDataEntry<V>
-
- All Implemented Interfaces:
Function<Instant,Instant>,UnaryOperator<Instant>,TimerCreationMetaData<V>,TimerConfiguration
- Direct Known Subclasses:
IntervalTimerCreationMetaDataEntry,ScheduleTimerCreationMetaDataEntry
public abstract class AbstractTimerCreationMetaDataEntry<V> extends Object implements TimerCreationMetaData<V>
- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractTimerCreationMetaDataEntry(V context, Instant start)protectedAbstractTimerCreationMetaDataEntry(V context, TimerConfiguration config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VgetContext()InstantgetStart()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wildfly.clustering.ejb.infinispan.timer.TimerCreationMetaData
getTimeoutMatcher, getType
-
-
-
-
Constructor Detail
-
AbstractTimerCreationMetaDataEntry
protected AbstractTimerCreationMetaDataEntry(V context, TimerConfiguration config)
-
-
Method Detail
-
getContext
public V getContext()
- Specified by:
getContextin interfaceTimerCreationMetaData<V>
-
getStart
public Instant getStart()
- Specified by:
getStartin interfaceTimerConfiguration
-
-