Package org.jboss.as.ejb3.timerservice
Interface TimerServiceConfiguration
- All Superinterfaces:
ManagedTimerServiceConfiguration,TimerServiceApplicableComponentConfiguration
- Author:
- Paul Ferraro
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.as.ejb3.timerservice.spi.ManagedTimerServiceConfiguration
ManagedTimerServiceConfiguration.TimerFilter -
Method Summary
Methods inherited from interface org.jboss.as.ejb3.timerservice.spi.ManagedTimerServiceConfiguration
getInvoker, getTimerFilterMethods inherited from interface org.jboss.as.ejb3.timerservice.spi.TimerServiceApplicableComponentConfiguration
getTimerListener, getTimerServiceRegistry
-
Method Details
-
getExecutor
ExecutorService getExecutor() -
getTimer
Timer getTimer() -
getTimerPersistence
TimerPersistence getTimerPersistence()
-