org.neo4j.server.statistic
Class StatisticStartupListener

java.lang.Object
  extended by 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

Constructor Summary
StatisticStartupListener(org.mortbay.jetty.Server jetty, StatisticFilter statisticFilter)
           
 
Method Summary
 void lifeCycleFailure(org.mortbay.component.LifeCycle event, Throwable cause)
           
 void lifeCycleStarted(org.mortbay.component.LifeCycle event)
           
 void lifeCycleStarting(org.mortbay.component.LifeCycle event)
           
 void lifeCycleStopped(org.mortbay.component.LifeCycle event)
           
 void lifeCycleStopping(org.mortbay.component.LifeCycle event)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticStartupListener

public StatisticStartupListener(org.mortbay.jetty.Server jetty,
                                StatisticFilter statisticFilter)
Method Detail

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-2013 The Neo4j Graph Database Project. All Rights Reserved.