org.neo4j.server.startup.healthcheck
Interface StartupHealthCheckRule

All Known Implementing Classes:
ConfigFileMustBePresentRule, Neo4jPropertiesMustExistRule

public interface StartupHealthCheckRule


Method Summary
 boolean execute(Properties properties)
           
 String getFailureMessage()
           
 

Method Detail

execute

boolean execute(Properties properties)

getFailureMessage

String getFailureMessage()


Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.