org.neo4j.kernel.lifecycle
Class LifecycleAdapter

java.lang.Object
  extended by org.neo4j.kernel.lifecycle.LifecycleAdapter
All Implemented Interfaces:
Lifecycle
Direct Known Subclasses:
ClassicLoggingService, DevNullLoggingService, LogbackService

public class LifecycleAdapter
extends Object
implements Lifecycle

Adapter for Lifecycle interface. Subclass and override methods as needed


Constructor Summary
LifecycleAdapter()
           
 
Method Summary
 void init()
           
 void shutdown()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LifecycleAdapter

public LifecycleAdapter()
Method Detail

init

public void init()
          throws Throwable
Specified by:
init in interface Lifecycle
Throws:
Throwable

start

public void start()
           throws Throwable
Specified by:
start in interface Lifecycle
Throws:
Throwable

stop

public void stop()
          throws Throwable
Specified by:
stop in interface Lifecycle
Throws:
Throwable

shutdown

public void shutdown()
              throws Throwable
Specified by:
shutdown in interface Lifecycle
Throws:
Throwable


Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.