@Deprecated public interface NeoServer
| Modifier and Type | Method and Description |
|---|---|
URI |
baseUri()
Deprecated.
|
org.neo4j.kernel.configuration.Config |
getConfig()
Deprecated.
|
org.apache.commons.configuration.Configuration |
getConfiguration()
Deprecated.
|
Configurator |
getConfigurator()
Deprecated.
|
Database |
getDatabase()
Deprecated.
|
PluginManager |
getExtensionManager()
Deprecated.
|
Iterable<AdvertisableService> |
getServices()
Deprecated.
|
TransactionRegistry |
getTransactionRegistry()
Deprecated.
|
void |
init()
Deprecated.
|
void |
start()
Deprecated.
|
void |
stop()
Deprecated.
|
void init()
void start()
void stop()
org.neo4j.kernel.configuration.Config getConfig()
@Deprecated org.apache.commons.configuration.Configuration getConfiguration()
getConfig() instead.Database getDatabase()
TransactionRegistry getTransactionRegistry()
@Deprecated Configurator getConfigurator()
PluginManager getExtensionManager()
URI baseUri()
Iterable<AdvertisableService> getServices()
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.