Class ScheduleTimerMetaDataEntry<C>
java.lang.Object
org.wildfly.clustering.ejb.cache.timer.AbstractTimerMetaDataEntry<C>
org.wildfly.clustering.ejb.cache.timer.ScheduleTimerMetaDataEntry<C>
- All Implemented Interfaces:
Function<Instant,,Instant> UnaryOperator<Instant>,Remappable<RemappableTimerMetaDataEntry<C>,,Supplier<Offset<Duration>>> ImmutableScheduleTimerMetaDataEntry<C>,ImmutableTimerMetaDataEntry<C>,RemappableTimerMetaDataEntry<C>,TimerMetaDataEntry<C>,ScheduleTimerConfiguration,TimerConfiguration
public class ScheduleTimerMetaDataEntry<C>
extends AbstractTimerMetaDataEntry<C>
implements ImmutableScheduleTimerMetaDataEntry<C>
An schedule-based timer metadata cache entry.
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionScheduleTimerMetaDataEntry(C context, ScheduleTimerConfiguration config) ScheduleTimerMetaDataEntry(C context, ScheduleTimerConfiguration config, Method method) -
Method Summary
Modifier and TypeMethodDescriptionprotected RemappableTimerMetaDataEntry<C>clone()Returns the timeout matcher, used to locate the timeout method within the associated component.Methods inherited from class org.wildfly.clustering.ejb.cache.timer.AbstractTimerMetaDataEntry
getContext, getLastTimeout, getStart, remap, setLastTimeoutMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.ejb.cache.timer.ImmutableScheduleTimerMetaDataEntry
getTypeMethods inherited from interface org.wildfly.clustering.ejb.cache.timer.ImmutableTimerMetaDataEntry
getContext, getLastTimeoutMethods inherited from interface org.wildfly.clustering.ejb.timer.ScheduleTimerConfiguration
getStart
-
Constructor Details
-
ScheduleTimerMetaDataEntry
-
ScheduleTimerMetaDataEntry
-
-
Method Details
-
getScheduleExpression
- Specified by:
getScheduleExpressionin interfaceScheduleTimerConfiguration
-
getTimeoutMatcher
Description copied from interface:ImmutableTimerMetaDataEntryReturns the timeout matcher, used to locate the timeout method within the associated component.- Specified by:
getTimeoutMatcherin interfaceImmutableTimerMetaDataEntry<C>- Returns:
- an timeout matcher
-
apply
-
clone
- Specified by:
clonein classAbstractTimerMetaDataEntry<C>
-