Class CompositeTimerServiceFactoryServiceInstaller
java.lang.Object
org.jboss.as.ejb3.timerservice.composite.CompositeTimerServiceFactoryServiceInstaller
- All Implemented Interfaces:
org.wildfly.subsystem.service.DeploymentServiceInstaller
public class CompositeTimerServiceFactoryServiceInstaller
extends Object
implements org.wildfly.subsystem.service.DeploymentServiceInstaller
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionCompositeTimerServiceFactoryServiceInstaller(org.jboss.msc.service.ServiceName name, ManagedTimerServiceFactoryConfiguration configuration) -
Method Summary
Modifier and TypeMethodDescriptionvoidinstall(org.jboss.as.server.deployment.DeploymentPhaseContext context)
-
Constructor Details
-
CompositeTimerServiceFactoryServiceInstaller
public CompositeTimerServiceFactoryServiceInstaller(org.jboss.msc.service.ServiceName name, ManagedTimerServiceFactoryConfiguration configuration)
-
-
Method Details
-
install
public void install(org.jboss.as.server.deployment.DeploymentPhaseContext context) - Specified by:
installin interfaceorg.wildfly.subsystem.service.DeploymentServiceInstaller
-