Interface ManagedTimerServiceFactory

All Known Implementing Classes:
CompositeTimerServiceFactoryServiceConfigurator, NonFunctionalTimerServiceFactoryServiceConfigurator, TimerServiceFactoryServiceConfigurator

public interface ManagedTimerServiceFactory
Author:
Paul Ferraro
  • Method Details

    • createTimerService

      ManagedTimerService createTimerService(EJBComponent component)
      Creates a managed timer service for the specified component.
      Parameters:
      component - an EJB component
      Returns:
      a managed timer service.