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


Field Summary
static String DATABASE_LOCKED_ERROR_MESSAGE
           
 
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
 

Field Detail

DATABASE_LOCKED_ERROR_MESSAGE

public static final String DATABASE_LOCKED_ERROR_MESSAGE
See Also:
Constant Field Values
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.