public abstract class AbstractNeoServer extends Object implements NeoServer
| Constructor and Description |
|---|
AbstractNeoServer() |
| Modifier and Type | Method and Description |
|---|---|
URI |
baseUri() |
org.apache.commons.configuration.Configuration |
getConfiguration() |
Configurator |
getConfigurator() |
Database |
getDatabase() |
DependencyResolver |
getDependencyResolver() |
PluginManager |
getExtensionManager() |
TransactionRegistry |
getTransactionRegistry() |
WebServer |
getWebServer() |
URI |
httpsUri() |
void |
init() |
void |
start() |
void |
stop() |
void |
stopServerOnly()
Deprecated.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetServices@Deprecated public static final Logger log
public void start()
throws ServerStartupException
start in interface NeoServerServerStartupExceptionpublic DependencyResolver getDependencyResolver()
public org.apache.commons.configuration.Configuration getConfiguration()
getConfiguration in interface NeoServer@Deprecated public void stopServerOnly()
WrappingNeoServer.
To stop the server, please use stop().
This will be removed in 1.10public 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–2013 The Neo4j Graph Database Project. All rights reserved.