Interface ManagedTimerServiceFactoryConfiguration
-
- All Superinterfaces:
TimerServiceApplicableComponentConfiguration
public interface ManagedTimerServiceFactoryConfiguration extends TimerServiceApplicableComponentConfiguration
Enscapsulate the common configuration for a .- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimedObjectInvokerFactorygetInvokerFactory()An invoker factory for the EJB component associated with this timer service-
Methods inherited from interface org.jboss.as.ejb3.timerservice.spi.TimerServiceApplicableComponentConfiguration
getTimerListener, getTimerServiceRegistry
-
-
-
-
Method Detail
-
getInvokerFactory
TimedObjectInvokerFactory getInvokerFactory()
An invoker factory for the EJB component associated with this timer service- Returns:
- an invoker factory
-
-