public abstract class AbstractNeoServer extends Object implements NeoServer
| Constructor and Description |
|---|
AbstractNeoServer(org.neo4j.kernel.logging.Logging logging) |
| Modifier and Type | Method and Description |
|---|---|
URI |
baseUri() |
org.apache.commons.configuration.Configuration |
getConfiguration() |
Configurator |
getConfigurator() |
Database |
getDatabase() |
org.neo4j.graphdb.DependencyResolver |
getDependencyResolver() |
PluginManager |
getExtensionManager() |
TransactionRegistry |
getTransactionRegistry() |
WebServer |
getWebServer() |
URI |
httpsUri() |
void |
init() |
void |
start() |
void |
stop() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetServicespublic AbstractNeoServer(org.neo4j.kernel.logging.Logging logging)
public void start()
throws ServerStartupException
start in interface NeoServerServerStartupExceptionpublic org.neo4j.graphdb.DependencyResolver getDependencyResolver()
public org.apache.commons.configuration.Configuration getConfiguration()
getConfiguration in interface NeoServerpublic Database getDatabase()
getDatabase in interface NeoServerpublic TransactionRegistry getTransactionRegistry()
getTransactionRegistry in interface NeoServerpublic URI httpsUri()
public WebServer getWebServer()
public Configurator getConfigurator()
getConfigurator in interface NeoServerpublic PluginManager getExtensionManager()
getExtensionManager in interface NeoServerCopyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.