Package org.wildfly.mod_cluster.undertow
Class UndertowEventHandlerAdapterServiceConfigurator
java.lang.Object
org.wildfly.mod_cluster.undertow.UndertowEventHandlerAdapterServiceConfigurator
- All Implemented Interfaces:
org.jboss.as.clustering.controller.CapabilityServiceConfigurator,org.wildfly.clustering.service.ServiceConfigurator,org.wildfly.clustering.service.ServiceNameProvider,UndertowEventHandlerAdapterConfiguration
public class UndertowEventHandlerAdapterServiceConfigurator
extends Object
implements org.jboss.as.clustering.controller.CapabilityServiceConfigurator, UndertowEventHandlerAdapterConfiguration
- Author:
- Paul Ferraro, Radoslav Husar
-
Constructor Summary
ConstructorsConstructorDescriptionUndertowEventHandlerAdapterServiceConfigurator(String proxyName, String listenerName, Duration statusInterval) -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.msc.service.ServiceBuilder<?>build(org.jboss.msc.service.ServiceTarget target) org.wildfly.clustering.service.ServiceConfiguratorconfigure(org.jboss.as.controller.capability.CapabilityServiceSupport support) org.jboss.modcluster.container.ContainerEventHandlerorg.jboss.msc.service.ServiceNameorg.jboss.as.server.suspend.SuspendControllerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.as.clustering.controller.CapabilityServiceConfigurator
configureMethods inherited from interface org.wildfly.clustering.service.ServiceNameProvider
getServiceName
-
Constructor Details
-
UndertowEventHandlerAdapterServiceConfigurator
-
-
Method Details
-
configure
public org.wildfly.clustering.service.ServiceConfigurator configure(org.jboss.as.controller.capability.CapabilityServiceSupport support) - Specified by:
configurein interfaceorg.jboss.as.clustering.controller.CapabilityServiceConfigurator
-
build
public org.jboss.msc.service.ServiceBuilder<?> build(org.jboss.msc.service.ServiceTarget target) - Specified by:
buildin interfaceorg.wildfly.clustering.service.ServiceConfigurator
-
getStatusInterval
- Specified by:
getStatusIntervalin interfaceUndertowEventHandlerAdapterConfiguration
-
getUndertowService
- Specified by:
getUndertowServicein interfaceUndertowEventHandlerAdapterConfiguration
-
getContainerEventHandler
public org.jboss.modcluster.container.ContainerEventHandler getContainerEventHandler()- Specified by:
getContainerEventHandlerin interfaceUndertowEventHandlerAdapterConfiguration
-
getSuspendController
public org.jboss.as.server.suspend.SuspendController getSuspendController()- Specified by:
getSuspendControllerin interfaceUndertowEventHandlerAdapterConfiguration
-
getListener
- Specified by:
getListenerin interfaceUndertowEventHandlerAdapterConfiguration
-
getServer
- Specified by:
getServerin interfaceUndertowEventHandlerAdapterConfiguration
-
getServiceName
public org.jboss.msc.service.ServiceName getServiceName()- Specified by:
getServiceNamein interfaceorg.wildfly.clustering.service.ServiceNameProvider
-