org.neo4j.server.preflight
Class PerformRecoveryIfNecessary

java.lang.Object
  extended by org.neo4j.server.preflight.PerformRecoveryIfNecessary
All Implemented Interfaces:
PreflightTask

public class PerformRecoveryIfNecessary
extends Object
implements PreflightTask


Constructor Summary
PerformRecoveryIfNecessary(org.apache.commons.configuration.Configuration serverConfig, Map<String,String> dbConfig, PrintStream out)
           
 
Method Summary
 String getFailureMessage()
           
 boolean run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerformRecoveryIfNecessary

public PerformRecoveryIfNecessary(org.apache.commons.configuration.Configuration serverConfig,
                                  Map<String,String> dbConfig,
                                  PrintStream out)
Method Detail

run

public boolean run()
Specified by:
run in interface PreflightTask

getFailureMessage

public String getFailureMessage()
Specified by:
getFailureMessage in interface PreflightTask


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