public class UndertowEventHandlerAdapterBuilder extends Object implements org.jboss.as.clustering.controller.CapabilityServiceBuilder<Void>, UndertowEventHandlerAdapterConfiguration
| Constructor and Description |
|---|
UndertowEventHandlerAdapterBuilder(String listenerName,
Duration statusInterval) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.service.ServiceBuilder<Void> |
build(org.jboss.msc.service.ServiceTarget target) |
org.wildfly.clustering.service.Builder<Void> |
configure(org.jboss.as.controller.capability.CapabilityServiceSupport support) |
org.jboss.modcluster.container.ContainerEventHandler |
getContainerEventHandler() |
UndertowListener |
getListener() |
org.jboss.msc.service.ServiceName |
getServiceName() |
Duration |
getStatusInterval() |
org.jboss.as.server.suspend.SuspendController |
getSuspendController() |
UndertowService |
getUndertowService() |
public org.jboss.msc.service.ServiceName getServiceName()
getServiceName in interface org.wildfly.clustering.service.ServiceNameProviderpublic org.wildfly.clustering.service.Builder<Void> configure(org.jboss.as.controller.capability.CapabilityServiceSupport support)
configure in interface org.jboss.as.clustering.controller.CapabilityServiceBuilder<Void>public org.jboss.msc.service.ServiceBuilder<Void> build(org.jboss.msc.service.ServiceTarget target)
build in interface org.wildfly.clustering.service.Builder<Void>public Duration getStatusInterval()
getStatusInterval in interface UndertowEventHandlerAdapterConfigurationpublic UndertowService getUndertowService()
getUndertowService in interface UndertowEventHandlerAdapterConfigurationpublic org.jboss.modcluster.container.ContainerEventHandler getContainerEventHandler()
getContainerEventHandler in interface UndertowEventHandlerAdapterConfigurationpublic org.jboss.as.server.suspend.SuspendController getSuspendController()
getSuspendController in interface UndertowEventHandlerAdapterConfigurationpublic UndertowListener getListener()
getListener in interface UndertowEventHandlerAdapterConfigurationCopyright © 2018 JBoss by Red Hat. All rights reserved.