Class CompositeTimerServiceFactoryServiceConfigurator
java.lang.Object
org.wildfly.clustering.service.SimpleServiceNameProvider
org.jboss.as.ejb3.timerservice.composite.CompositeTimerServiceFactoryServiceConfigurator
- All Implemented Interfaces:
ManagedTimerServiceFactory,ServiceConfigurator,ServiceNameProvider
public class CompositeTimerServiceFactoryServiceConfigurator
extends SimpleServiceNameProvider
implements ServiceConfigurator, ManagedTimerServiceFactory
Configures a services that provides a composite timer service factory.
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionCompositeTimerServiceFactoryServiceConfigurator(org.jboss.msc.service.ServiceName name, 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
-
CompositeTimerServiceFactoryServiceConfigurator
public CompositeTimerServiceFactoryServiceConfigurator(org.jboss.msc.service.ServiceName name, 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.
-