Package org.jboss.as.ejb3.timerservice
Class NonFunctionalTimerServiceFactory
java.lang.Object
org.jboss.as.ejb3.timerservice.NonFunctionalTimerServiceFactory
- All Implemented Interfaces:
ManagedTimerServiceFactory
Configures a service that provides a non-function TimerService factory.
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionNonFunctionalTimerServiceFactory(String message, ManagedTimerServiceFactoryConfiguration configuration) -
Method Summary
Modifier and TypeMethodDescriptioncreateTimerService(EJBComponent component) Creates a managed timer service for the specified component.
-
Constructor Details
-
NonFunctionalTimerServiceFactory
public NonFunctionalTimerServiceFactory(String message, ManagedTimerServiceFactoryConfiguration configuration)
-
-
Method Details
-
createTimerService
Description copied from interface:ManagedTimerServiceFactoryCreates a managed timer service for the specified component.- Specified by:
createTimerServicein interfaceManagedTimerServiceFactory- Parameters:
component- an EJB component- Returns:
- a managed timer service.
-