org.neo4j.kernel
Class StoreLockerLifecycleAdapter

java.lang.Object
  extended by org.neo4j.kernel.lifecycle.LifecycleAdapter
      extended by org.neo4j.kernel.StoreLockerLifecycleAdapter
All Implemented Interfaces:
Lifecycle

public class StoreLockerLifecycleAdapter
extends LifecycleAdapter


Constructor Summary
StoreLockerLifecycleAdapter(StoreLocker storeLocker, File storeDir)
           
 
Method Summary
 void start()
           
 void stop()
           
 
Methods inherited from class org.neo4j.kernel.lifecycle.LifecycleAdapter
init, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoreLockerLifecycleAdapter

public StoreLockerLifecycleAdapter(StoreLocker storeLocker,
                                   File storeDir)
Method Detail

start

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

stop

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


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