Package org.jboss.as.ejb3.timerservice
Class NonFunctionalTimerServiceFactoryServiceConfigurator
java.lang.Object
org.wildfly.clustering.service.SimpleServiceNameProvider
org.jboss.as.ejb3.timerservice.NonFunctionalTimerServiceFactoryServiceConfigurator
- All Implemented Interfaces:
ManagedTimerServiceFactory,ServiceConfigurator,ServiceNameProvider
public class NonFunctionalTimerServiceFactoryServiceConfigurator
extends SimpleServiceNameProvider
implements ServiceConfigurator, ManagedTimerServiceFactory
Configures a service that provides a non-function TimerService factory.
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionNonFunctionalTimerServiceFactoryServiceConfigurator(org.jboss.msc.service.ServiceName name, String message, ManagedTimerServiceFactoryConfiguration configuration) -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.msc.service.ServiceBuilder<?>build(org.jboss.msc.service.ServiceTarget target) createTimerService(EJBComponent component) Creates a managed timer service for the specified component.Methods inherited from class org.wildfly.clustering.service.SimpleServiceNameProvider
equals, getServiceName, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.wildfly.clustering.service.ServiceNameProvider
getServiceName
-
Constructor Details
-
NonFunctionalTimerServiceFactoryServiceConfigurator
public NonFunctionalTimerServiceFactoryServiceConfigurator(org.jboss.msc.service.ServiceName name, String message, ManagedTimerServiceFactoryConfiguration configuration)
-
-
Method Details
-
build
public org.jboss.msc.service.ServiceBuilder<?> build(org.jboss.msc.service.ServiceTarget target) - Specified by:
buildin interfaceServiceConfigurator
-
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.
-