Uses of Interface
org.wildfly.clustering.ejb.timer.Timer
-
Packages that use Timer Package Description org.wildfly.clustering.ejb.timer -
-
Uses of Timer in org.wildfly.clustering.ejb.timer
Subinterfaces of Timer in org.wildfly.clustering.ejb.timer Modifier and Type Interface Description interfaceScheduledTimer<I>ATimerthat executes according to a configured schedule.Methods in org.wildfly.clustering.ejb.timer that return Timer Modifier and Type Method Description Timer<I>TimerManager. createTimer(I id, IntervalTimerConfiguration config, Object context)Timer<I>TimerManager. createTimer(I id, ScheduleTimerConfiguration config, Object context)Timer<I>TimerManager. createTimer(I id, ScheduleTimerConfiguration config, Object context, Method method, int index)Timer<I>TimerManager. getTimer(I id)Methods in org.wildfly.clustering.ejb.timer with parameters of type Timer Modifier and Type Method Description voidTimeoutListener. timeout(TimerManager<I,B> manager, Timer<I> timer)
-