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
Constructors Constructor Description UndertowEventHandlerAdapterServiceConfigurator(String proxyName, String listenerName, Duration statusInterval)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.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.ContainerEventHandlergetContainerEventHandler()UndertowListenergetListener()ServergetServer()org.jboss.msc.service.ServiceNamegetServiceName()DurationgetStatusInterval()org.jboss.as.server.suspend.SuspendControllergetSuspendController()UndertowServicegetUndertowService()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
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
public Duration getStatusInterval()
- Specified by:
getStatusIntervalin interfaceUndertowEventHandlerAdapterConfiguration
-
getUndertowService
public UndertowService 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
public UndertowListener getListener()
- Specified by:
getListenerin interfaceUndertowEventHandlerAdapterConfiguration
-
getServer
public Server getServer()
- Specified by:
getServerin interfaceUndertowEventHandlerAdapterConfiguration
-
getServiceName
public org.jboss.msc.service.ServiceName getServiceName()
- Specified by:
getServiceNamein interfaceorg.wildfly.clustering.service.ServiceNameProvider
-
-