public abstract class AbstractUndertowEventListener extends Object implements UndertowEventListener
UndertowEventListener should extend this class to maintain
backward compatibility.| Constructor and Description |
|---|
AbstractUndertowEventListener() |
| Modifier and Type | Method and Description |
|---|---|
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() |
public void onShutdown()
onShutdown in interface UndertowEventListenerpublic 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 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 © 2015 JBoss by Red Hat. All rights reserved.