|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mycila.testing.plugins.jetty.NopServerLifeCycleListener
public class NopServerLifeCycleListener
No-operation ServerLifeCycleListener.
| Constructor Summary | |
|---|---|
NopServerLifeCycleListener()
|
|
| Method Summary | |
|---|---|
void |
afterServerStart(org.eclipse.jetty.server.Server server)
Handler method which will be called after the Server started. |
void |
afterServerStop(org.eclipse.jetty.server.Server server)
Handler method which will be called after the Server stopped. |
void |
afterWebappStart(org.eclipse.jetty.server.Server server,
org.eclipse.jetty.webapp.WebAppContext webAppContext)
Handler method which will be called after the WebAppContext is deployed. |
void |
afterWebappStop(org.eclipse.jetty.server.Server server,
org.eclipse.jetty.webapp.WebAppContext webAppContext)
Handler method which will be called after the WebAppContext is undeployed. |
void |
beforeServerStart(org.eclipse.jetty.server.Server server)
Handler method which will be called before the Server starts. |
void |
beforeServerStop(org.eclipse.jetty.server.Server server)
Handler method which will be called before the Server stops. |
void |
beforeWebappStart(org.eclipse.jetty.server.Server server,
org.eclipse.jetty.webapp.WebAppContext webAppContext)
Handler method which will be called before the WebAppContext deploy. |
void |
beforeWebappStop(org.eclipse.jetty.server.Server server,
org.eclipse.jetty.webapp.WebAppContext webAppContext)
Handler method which will be called before the WebAppContext undeploy. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NopServerLifeCycleListener()
| Method Detail |
|---|
public void beforeServerStart(org.eclipse.jetty.server.Server server)
ServerLifeCycleListenerServer starts.
beforeServerStart in interface ServerLifeCycleListenerserver - the server which will start.public void afterServerStart(org.eclipse.jetty.server.Server server)
ServerLifeCycleListenerServer started.
afterServerStart in interface ServerLifeCycleListenerserver - the server which is started.public void beforeServerStop(org.eclipse.jetty.server.Server server)
ServerLifeCycleListenerServer stops.
beforeServerStop in interface ServerLifeCycleListenerserver - the server which will stop.public void afterServerStop(org.eclipse.jetty.server.Server server)
ServerLifeCycleListenerServer stopped.
afterServerStop in interface ServerLifeCycleListenerserver - the server which is stopped.
public void beforeWebappStart(org.eclipse.jetty.server.Server server,
org.eclipse.jetty.webapp.WebAppContext webAppContext)
WebappLifeCycleListenerWebAppContext deploy.
beforeWebappStart in interface WebappLifeCycleListenerserver - the webapp server.webAppContext - the webapp which will be deployed.
public void afterWebappStart(org.eclipse.jetty.server.Server server,
org.eclipse.jetty.webapp.WebAppContext webAppContext)
WebappLifeCycleListenerWebAppContext is deployed.
afterWebappStart in interface WebappLifeCycleListenerserver - the webapp server.webAppContext - the webapp which is deployed.
public void beforeWebappStop(org.eclipse.jetty.server.Server server,
org.eclipse.jetty.webapp.WebAppContext webAppContext)
WebappLifeCycleListenerWebAppContext undeploy.
beforeWebappStop in interface WebappLifeCycleListenerserver - the webapp server.webAppContext - the webapp which will be undeployed.
public void afterWebappStop(org.eclipse.jetty.server.Server server,
org.eclipse.jetty.webapp.WebAppContext webAppContext)
WebappLifeCycleListenerWebAppContext is undeployed.
afterWebappStop in interface WebappLifeCycleListenerserver - the webapp server.webAppContext - the webapp which is undeployed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||