Package org.jboss.as.ejb3.timerservice
Class SuspendableTimerService
java.lang.Object
org.wildfly.clustering.server.service.DecoratedService
org.jboss.as.ejb3.timerservice.DecoratedTimerService
org.jboss.as.ejb3.timerservice.SuspendableTimerService
- All Implemented Interfaces:
jakarta.ejb.TimerService,AutoCloseable,ManagedTimerService,org.wildfly.clustering.server.service.Service
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionSuspendableTimerService(ManagedTimerService service, org.jboss.as.server.suspend.SuspendableActivityRegistry registry, Executor executor) -
Method Summary
Methods inherited from class org.jboss.as.ejb3.timerservice.DecoratedTimerService
close, createCalendarTimer, createIntervalTimer, createSingleActionTimer, findTimer, getAllTimers, getInvoker, getTimersMethods inherited from class org.wildfly.clustering.server.service.DecoratedService
isStarted, start, stopMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.as.ejb3.timerservice.spi.ManagedTimerService
createCalendarTimer, createIntervalTimer, createSingleActionTimer, createTimer, createTimer, createTimer, createTimer, validateInvocationContextMethods inherited from interface org.wildfly.clustering.server.service.Service
isStarted, start, stop
-
Constructor Details
-
SuspendableTimerService
public SuspendableTimerService(ManagedTimerService service, org.jboss.as.server.suspend.SuspendableActivityRegistry registry, Executor executor)
-