public class JettyLifeCycleListenerAdapter extends Object implements org.mortbay.component.LifeCycle.Listener
| Constructor and Description |
|---|
JettyLifeCycleListenerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
lifeCycleFailure(org.mortbay.component.LifeCycle arg0,
Throwable arg1) |
void |
lifeCycleStarted(org.mortbay.component.LifeCycle arg0) |
void |
lifeCycleStarting(org.mortbay.component.LifeCycle arg0) |
void |
lifeCycleStopped(org.mortbay.component.LifeCycle arg0) |
void |
lifeCycleStopping(org.mortbay.component.LifeCycle arg0) |
public void lifeCycleStopping(org.mortbay.component.LifeCycle arg0)
lifeCycleStopping in interface org.mortbay.component.LifeCycle.Listenerpublic void lifeCycleStopped(org.mortbay.component.LifeCycle arg0)
lifeCycleStopped in interface org.mortbay.component.LifeCycle.Listenerpublic void lifeCycleStarting(org.mortbay.component.LifeCycle arg0)
lifeCycleStarting in interface org.mortbay.component.LifeCycle.Listenerpublic void lifeCycleStarted(org.mortbay.component.LifeCycle arg0)
lifeCycleStarted in interface org.mortbay.component.LifeCycle.Listenerpublic void lifeCycleFailure(org.mortbay.component.LifeCycle arg0,
Throwable arg1)
lifeCycleFailure in interface org.mortbay.component.LifeCycle.ListenerCopyright © 2002–2013 The Neo4j Graph Database Project. All rights reserved.