public class UndertowEventHandlerAdapter extends Object implements UndertowEventListener, org.jboss.msc.service.Service<Void>, Runnable, org.jboss.as.server.suspend.ServerActivity
| Constructor and Description |
|---|
UndertowEventHandlerAdapter(UndertowEventHandlerAdapterConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
Void |
getValue() |
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 UndertowEventHandlerAdapter(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 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 © 2018 JBoss by Red Hat. All rights reserved.