@Deprecated public abstract class AbstractNeoServer extends Object implements NeoServer
| Constructor and Description |
|---|
AbstractNeoServer(ConfigurationBuilder configurator,
Database.Factory dbFactory,
org.neo4j.kernel.InternalAbstractGraphDatabase.Dependencies dependencies)
Deprecated.
|
AbstractNeoServer(Configurator configurator,
Database.Factory dbFactory,
org.neo4j.kernel.InternalAbstractGraphDatabase.Dependencies dependencies)
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. |
ConfigurationBuilder |
getConfigurationBuilder()
Deprecated.
|
Configurator |
getConfigurator()
Deprecated.
Use
NeoServer.getConfigurationBuilder() instead. |
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, waitgetServices@Deprecated public AbstractNeoServer(Configurator configurator, Database.Factory dbFactory, org.neo4j.kernel.InternalAbstractGraphDatabase.Dependencies dependencies)
ConfigurationBuilderpublic AbstractNeoServer(ConfigurationBuilder configurator, Database.Factory dbFactory, org.neo4j.kernel.InternalAbstractGraphDatabase.Dependencies dependencies)
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 ConfigurationBuilder getConfigurationBuilder()
getConfigurationBuilder in interface NeoServerpublic Configurator getConfigurator()
NeoServerNeoServer.getConfigurationBuilder() instead.getConfigurator in interface NeoServerpublic PluginManager getExtensionManager()
getExtensionManager in interface NeoServerCopyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.