org.neo4j.server
Interface NeoServer
- All Known Implementing Classes:
- AbstractNeoServer, CommunityNeoServer, WrappingNeoServer
public interface NeoServer
init
void init()
start
void start()
stop
void stop()
getConfiguration
org.apache.commons.configuration.Configuration getConfiguration()
getDatabase
Database getDatabase()
getConfigurator
Configurator getConfigurator()
getExtensionManager
PluginManager getExtensionManager()
getCypherExecutor
CypherExecutor getCypherExecutor()
getInjectables
@Deprecated
Collection<org.neo4j.server.plugins.Injectable<?>> getInjectables(List<String> packageNames)
- Deprecated.
baseUri
URI baseUri()
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.