Package org.jboss.as.ejb3.timerservice
Class TimerServiceFactoryServiceInstaller
java.lang.Object
org.jboss.as.ejb3.timerservice.TimerServiceFactoryServiceInstaller
- All Implemented Interfaces:
org.wildfly.subsystem.service.DeploymentServiceInstaller
public class TimerServiceFactoryServiceInstaller
extends Object
implements org.wildfly.subsystem.service.DeploymentServiceInstaller
Configures a service that provides a local timer service factory.
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionTimerServiceFactoryServiceInstaller(org.jboss.msc.service.ServiceName name, ManagedTimerServiceFactoryConfiguration configuration, Predicate<jakarta.ejb.TimerConfig> filter, String threadPoolName, String store) -
Method Summary
Modifier and TypeMethodDescriptionvoidinstall(org.jboss.as.server.deployment.DeploymentPhaseContext context)
-
Constructor Details
-
TimerServiceFactoryServiceInstaller
public TimerServiceFactoryServiceInstaller(org.jboss.msc.service.ServiceName name, ManagedTimerServiceFactoryConfiguration configuration, Predicate<jakarta.ejb.TimerConfig> filter, String threadPoolName, String store)
-
-
Method Details
-
install
public void install(org.jboss.as.server.deployment.DeploymentPhaseContext context) - Specified by:
installin interfaceorg.wildfly.subsystem.service.DeploymentServiceInstaller
-