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()
baseUri
URI baseUri()
getServices
Iterable<AdvertisableService> getServices()
Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.