Interface ManagedTimerServiceFactory
- All Known Implementing Classes:
CompositeTimerServiceFactoryServiceConfigurator,NonFunctionalTimerServiceFactoryServiceConfigurator,TimerServiceFactoryServiceConfigurator
public interface ManagedTimerServiceFactory
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptioncreateTimerService(EJBComponent component) Creates a managed timer service for the specified component.
-
Method Details
-
createTimerService
Creates a managed timer service for the specified component.- Parameters:
component- an EJB component- Returns:
- a managed timer service.
-