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 UndertowEventListener
public void onDeploymentStart(io.undertow.servlet.api.Deployment deployment, Host host)
onDeploymentStart
in interface UndertowEventListener
public void onDeploymentStop(io.undertow.servlet.api.Deployment deployment, Host host)
onDeploymentStop
in interface UndertowEventListener
public void onHostStart(Host host)
onHostStart
in interface UndertowEventListener
public void onHostStop(Host host)
onHostStop
in interface UndertowEventListener
public void onServerStart(Server server)
onServerStart
in interface UndertowEventListener
public void onServerStop(Server server)
onServerStop
in interface UndertowEventListener
Copyright © 2015 JBoss by Red Hat. All rights reserved.