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()
getTransactionRegistry
TransactionRegistry getTransactionRegistry()
getConfigurator
Configurator getConfigurator()
getExtensionManager
PluginManager getExtensionManager()
baseUri
URI baseUri()
getServices
Iterable<AdvertisableService> getServices()
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.