public class UndertowEventHandlerAdapterService extends Object implements UndertowEventListener, org.jboss.msc.Service, Runnable, org.jboss.as.server.suspend.ServerActivity
ContainerEventHandler.| Constructor and Description |
|---|
UndertowEventHandlerAdapterService(UndertowEventHandlerAdapterConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
filter(Host host) |
void |
onDeploymentStart(io.undertow.servlet.api.Deployment deployment,
Host host) |
void |
onDeploymentStart(String contextPath,
Host host) |
void |
onDeploymentStop(io.undertow.servlet.api.Deployment deployment,
Host host) |
void |
onDeploymentStop(String contextPath,
Host host) |
void |
preSuspend(org.jboss.as.server.suspend.ServerActivityCallback listener) |
void |
resume() |
void |
run() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
void |
suspended(org.jboss.as.server.suspend.ServerActivityCallback listener) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonHostStart, onHostStop, onServerStart, onServerStop, onShutdownpublic UndertowEventHandlerAdapterService(UndertowEventHandlerAdapterConfiguration configuration)
public void start(org.jboss.msc.service.StartContext context)
start in interface org.jboss.msc.Servicepublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.Servicepublic 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 onDeploymentStart(String contextPath, Host host)
onDeploymentStart in interface UndertowEventListenerpublic void onDeploymentStop(String contextPath, Host host)
onDeploymentStop in interface UndertowEventListenerpublic boolean filter(Host host)
public void preSuspend(org.jboss.as.server.suspend.ServerActivityCallback listener)
preSuspend in interface org.jboss.as.server.suspend.ServerActivitypublic void suspended(org.jboss.as.server.suspend.ServerActivityCallback listener)
suspended in interface org.jboss.as.server.suspend.ServerActivitypublic void resume()
resume in interface org.jboss.as.server.suspend.ServerActivityCopyright © 2021 JBoss by Red Hat. All rights reserved.