Uses of Interface
org.wildfly.clustering.ejb.timer.Timer
Packages that use Timer
-
Uses of Timer in org.wildfly.clustering.ejb.timer
Subinterfaces of Timer in org.wildfly.clustering.ejb.timerModifier and TypeInterfaceDescriptioninterfaceATimerthat executes according to a configured schedule.Methods in org.wildfly.clustering.ejb.timer that return TimerModifier and TypeMethodDescriptionTimerManager.createTimer(I id, IntervalTimerConfiguration config, Object context) TimerManager.createTimer(I id, ScheduleTimerConfiguration config, Object context) TimerManager.createTimer(I id, ScheduleTimerConfiguration config, Object context, Method method, int index) Returns exclusive access to the timer with the specified identifier.Returns non-exclusive access to the timer with the specified identifier.Methods in org.wildfly.clustering.ejb.timer with parameters of type TimerModifier and TypeMethodDescriptionvoidTimeoutListener.timeout(TimerManager<I> manager, Timer<I> timer)