Class ContainerEventHandlerServiceConfigurator
java.lang.Object
org.jboss.as.clustering.controller.CapabilityServiceNameProvider
org.wildfly.extension.mod_cluster.ContainerEventHandlerServiceConfigurator
- All Implemented Interfaces:
Consumer<org.jboss.modcluster.ModClusterService>,Supplier<org.jboss.modcluster.ModClusterService>,ServiceConfigurator,ServiceNameProvider
public class ContainerEventHandlerServiceConfigurator
extends CapabilityServiceNameProvider
implements ServiceConfigurator, Supplier<org.jboss.modcluster.ModClusterService>, Consumer<org.jboss.modcluster.ModClusterService>
Service starting mod_cluster service.
- Author:
- Jean-Frederic Clere, Radoslav Husar
-
Method Summary
Methods inherited from class org.jboss.as.clustering.controller.CapabilityServiceNameProvider
getServiceNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.service.ServiceNameProvider
getServiceName
-
Method Details
-
build
public org.jboss.msc.service.ServiceBuilder<?> build(org.jboss.msc.service.ServiceTarget target) - Specified by:
buildin interfaceServiceConfigurator
-
get
public org.jboss.modcluster.ModClusterService get() -
accept
public void accept(org.jboss.modcluster.ModClusterService service)
-