Package org.jboss.as.ejb3.timerservice
Interface TimerServiceConfiguration
-
- All Superinterfaces:
ManagedTimerServiceConfiguration,TimerServiceApplicableComponentConfiguration
public interface TimerServiceConfiguration extends ManagedTimerServiceConfiguration
- Author:
- Paul Ferraro
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jboss.as.ejb3.timerservice.spi.ManagedTimerServiceConfiguration
ManagedTimerServiceConfiguration.TimerFilter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExecutorServicegetExecutor()TimergetTimer()TimerPersistencegetTimerPersistence()-
Methods inherited from interface org.jboss.as.ejb3.timerservice.spi.ManagedTimerServiceConfiguration
getInvoker, getTimerFilter
-
Methods inherited from interface org.jboss.as.ejb3.timerservice.spi.TimerServiceApplicableComponentConfiguration
getTimerListener, getTimerServiceRegistry
-
-
-
-
Method Detail
-
getExecutor
ExecutorService getExecutor()
-
getTimer
Timer getTimer()
-
getTimerPersistence
TimerPersistence getTimerPersistence()
-
-