Interface ManagedTimerServiceFactory
-
- All Known Implementing Classes:
CompositeTimerServiceFactoryServiceConfigurator,DistributableTimerServiceFactoryServiceConfigurator,NonFunctionalTimerServiceFactoryServiceConfigurator,TimerServiceFactoryServiceConfigurator
public interface ManagedTimerServiceFactory- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedTimerServicecreateTimerService(EJBComponent component)Creates a managed timer service for the specified component.
-
-
-
Method Detail
-
createTimerService
ManagedTimerService createTimerService(EJBComponent component)
Creates a managed timer service for the specified component.- Parameters:
component- an EJB component- Returns:
- a managed timer service.
-
-