@Deprecated public abstract class AbstractNeoServer extends Object implements NeoServer
| Constructor and Description |
|---|
AbstractNeoServer(org.neo4j.kernel.configuration.Config config,
Database.Factory dbFactory,
org.neo4j.kernel.impl.factory.GraphDatabaseFacadeFactory.Dependencies dependencies,
org.neo4j.logging.LogProvider logProvider)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
URI |
baseUri()
Deprecated.
|
org.neo4j.kernel.configuration.Config |
getConfig()
Deprecated.
|
org.apache.commons.configuration.Configuration |
getConfiguration()
Deprecated.
Use
NeoServer.getConfig() instead. |
Configurator |
getConfigurator()
Deprecated.
|
Database |
getDatabase()
Deprecated.
|
org.neo4j.graphdb.DependencyResolver |
getDependencyResolver()
Deprecated.
|
PluginManager |
getExtensionManager()
Deprecated.
|
TransactionRegistry |
getTransactionRegistry()
Deprecated.
|
WebServer |
getWebServer()
Deprecated.
|
URI |
httpsUri()
Deprecated.
|
void |
init()
Deprecated.
|
void |
start()
Deprecated.
|
void |
stop()
Deprecated.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetServicespublic AbstractNeoServer(org.neo4j.kernel.configuration.Config config,
Database.Factory dbFactory,
org.neo4j.kernel.impl.factory.GraphDatabaseFacadeFactory.Dependencies dependencies,
org.neo4j.logging.LogProvider logProvider)
public void start()
throws ServerStartupException
start in interface NeoServerServerStartupExceptionpublic org.neo4j.graphdb.DependencyResolver getDependencyResolver()
public org.neo4j.kernel.configuration.Config getConfig()
public org.apache.commons.configuration.Configuration getConfiguration()
NeoServerNeoServer.getConfig() instead.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–2015 The Neo4j Graph Database Project. All rights reserved.