Package org.wildfly.clustering.ejb.timer
Interface TimerManager<I,B extends Batch>
- Type Parameters:
I- the timer identifier typeB- the batch type
- All Superinterfaces:
Restartable
Manages creation, retrieval, and scheduling of timers.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptioncreateTimer(I id, IntervalTimerConfiguration config, Object context) createTimer(I id, ScheduleTimerConfiguration config, Object context) createTimer(I id, ScheduleTimerConfiguration config, Object context, Method method, int index) Methods inherited from interface org.wildfly.clustering.ee.Restartable
start, stop
-
Method Details
-
createTimer
-
createTimer
-
createTimer
-
getTimer
-
getActiveTimers
-
getBatcher
-
getIdentifierFactory
-