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) Methods in org.wildfly.clustering.ejb.timer with parameters of type TimerModifier and TypeMethodDescriptionvoidTimeoutListener.timeout(TimerManager<I> manager, Timer<I> timer)