public class UndertowEventHandlerAdapter extends Object implements UndertowEventListener, org.jboss.msc.service.Service<Void>, Runnable
| Constructor and Description |
|---|
UndertowEventHandlerAdapter(org.jboss.msc.value.Value<org.jboss.modcluster.container.ContainerEventHandler> eventHandler,
org.jboss.msc.value.Value<UndertowService> service,
org.jboss.msc.value.Value<ListenerService> listener) |
| Modifier and Type | Method and Description |
|---|---|
Void |
getValue() |
void |
onDeploymentStart(io.undertow.servlet.api.Deployment deployment,
Host host) |
void |
onDeploymentStop(io.undertow.servlet.api.Deployment deployment,
Host host) |
void |
onHostStart(Host host) |
void |
onHostStop(Host host) |
void |
onServerStart(Server server) |
void |
onServerStop(Server server) |
void |
onShutdown() |
void |
run() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public UndertowEventHandlerAdapter(org.jboss.msc.value.Value<org.jboss.modcluster.container.ContainerEventHandler> eventHandler,
org.jboss.msc.value.Value<UndertowService> service,
org.jboss.msc.value.Value<ListenerService> listener)
public void start(org.jboss.msc.service.StartContext context)
start in interface org.jboss.msc.service.Service<Void>public void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.service.Service<Void>public void onDeploymentStart(io.undertow.servlet.api.Deployment deployment,
Host host)
onDeploymentStart in interface UndertowEventListenerpublic void onDeploymentStop(io.undertow.servlet.api.Deployment deployment,
Host host)
onDeploymentStop in interface UndertowEventListenerpublic void onShutdown()
onShutdown in interface UndertowEventListenerpublic void onHostStart(Host host)
onHostStart in interface UndertowEventListenerpublic void onHostStop(Host host)
onHostStop in interface UndertowEventListenerpublic void onServerStart(Server server)
onServerStart in interface UndertowEventListenerpublic void onServerStop(Server server)
onServerStop in interface UndertowEventListenerCopyright © 2014 JBoss by Red Hat. All rights reserved.