Class ScheduleTimerCreationMetaDataEntry<V>
- java.lang.Object
-
- org.wildfly.clustering.ejb.infinispan.timer.AbstractTimerCreationMetaDataEntry<V>
-
- org.wildfly.clustering.ejb.infinispan.timer.ScheduleTimerCreationMetaDataEntry<V>
-
- All Implemented Interfaces:
Function<Instant,Instant>,UnaryOperator<Instant>,ScheduleTimerCreationMetaData<V>,TimerCreationMetaData<V>,ScheduleTimerConfiguration,TimerConfiguration
public class ScheduleTimerCreationMetaDataEntry<V> extends AbstractTimerCreationMetaDataEntry<V> implements ScheduleTimerCreationMetaData<V>
Cache value for scheduled-based timer creation meta data.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description ScheduleTimerCreationMetaDataEntry(V context, Instant start, ImmutableScheduleExpression expression, TimeoutDescriptor descriptor)ScheduleTimerCreationMetaDataEntry(V context, ScheduleTimerConfiguration config, Method method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Instantapply(Instant lastTimeout)ImmutableScheduleExpressiongetScheduleExpression()TimeoutDescriptorgetTimeoutMatcher()-
Methods inherited from class org.wildfly.clustering.ejb.infinispan.timer.AbstractTimerCreationMetaDataEntry
getContext, getStart
-
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.timer.ScheduleTimerConfiguration
getStart
-
Methods inherited from interface org.wildfly.clustering.ejb.infinispan.timer.ScheduleTimerCreationMetaData
getType
-
Methods inherited from interface org.wildfly.clustering.ejb.infinispan.timer.TimerCreationMetaData
getContext
-
-
-
-
Constructor Detail
-
ScheduleTimerCreationMetaDataEntry
public ScheduleTimerCreationMetaDataEntry(V context, ScheduleTimerConfiguration config, Method method)
-
ScheduleTimerCreationMetaDataEntry
public ScheduleTimerCreationMetaDataEntry(V context, Instant start, ImmutableScheduleExpression expression, TimeoutDescriptor descriptor)
-
-
Method Detail
-
getScheduleExpression
public ImmutableScheduleExpression getScheduleExpression()
- Specified by:
getScheduleExpressionin interfaceScheduleTimerConfiguration
-
getTimeoutMatcher
public TimeoutDescriptor getTimeoutMatcher()
- Specified by:
getTimeoutMatcherin interfaceScheduleTimerCreationMetaData<V>- Specified by:
getTimeoutMatcherin interfaceTimerCreationMetaData<V>
-
-