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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(org.jboss.modcluster.ModClusterService service)org.jboss.msc.service.ServiceBuilder<?>build(org.jboss.msc.service.ServiceTarget target)org.jboss.modcluster.ModClusterServiceget()-
Methods inherited from class org.jboss.as.clustering.controller.CapabilityServiceNameProvider
getServiceName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wildfly.clustering.service.ServiceNameProvider
getServiceName
-
-
-
-
Method Detail
-
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()
-
-