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
Constructors Constructor Description NonFunctionalTimerServiceFactoryServiceConfigurator(org.jboss.msc.service.ServiceName name, String message, ManagedTimerServiceFactoryConfiguration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.msc.service.ServiceBuilder<?>build(org.jboss.msc.service.ServiceTarget target)ManagedTimerServicecreateTimerService(EJBComponent component)Creates a managed timer service for the specified component.-
Methods inherited from class org.wildfly.clustering.service.SimpleServiceNameProvider
equals, getServiceName, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.wildfly.clustering.service.ServiceNameProvider
getServiceName
-
-
-
-
Constructor Detail
-
NonFunctionalTimerServiceFactoryServiceConfigurator
public NonFunctionalTimerServiceFactoryServiceConfigurator(org.jboss.msc.service.ServiceName name, String message, ManagedTimerServiceFactoryConfiguration configuration)
-
-
Method Detail
-
build
public org.jboss.msc.service.ServiceBuilder<?> build(org.jboss.msc.service.ServiceTarget target)
- Specified by:
buildin interfaceServiceConfigurator
-
createTimerService
public ManagedTimerService createTimerService(EJBComponent component)
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.
-
-