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