org.neo4j.server.statistic
Class StatisticStartupListener
java.lang.Object
org.neo4j.server.statistic.StatisticStartupListener
- All Implemented Interfaces:
- EventListener, org.mortbay.component.LifeCycle.Listener
public class StatisticStartupListener
- extends Object
- implements org.mortbay.component.LifeCycle.Listener
- Since:
- 23.06.11 22:04
- Author:
- tbaum
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatisticStartupListener
public StatisticStartupListener(org.mortbay.jetty.Server jetty,
StatisticFilter statisticFilter)
lifeCycleStarting
public void lifeCycleStarting(org.mortbay.component.LifeCycle event)
- Specified by:
lifeCycleStarting in interface org.mortbay.component.LifeCycle.Listener
lifeCycleStarted
public void lifeCycleStarted(org.mortbay.component.LifeCycle event)
- Specified by:
lifeCycleStarted in interface org.mortbay.component.LifeCycle.Listener
lifeCycleFailure
public void lifeCycleFailure(org.mortbay.component.LifeCycle event,
Throwable cause)
- Specified by:
lifeCycleFailure in interface org.mortbay.component.LifeCycle.Listener
lifeCycleStopping
public void lifeCycleStopping(org.mortbay.component.LifeCycle event)
- Specified by:
lifeCycleStopping in interface org.mortbay.component.LifeCycle.Listener
lifeCycleStopped
public void lifeCycleStopped(org.mortbay.component.LifeCycle event)
- Specified by:
lifeCycleStopped in interface org.mortbay.component.LifeCycle.Listener
stop
public void stop()
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.