org.neo4j.server.database
Class WrappedDatabase
java.lang.Object
org.neo4j.server.database.Database
org.neo4j.server.database.WrappedDatabase
- All Implemented Interfaces:
- org.neo4j.kernel.lifecycle.Lifecycle
public class WrappedDatabase
- extends Database
|
Constructor Summary |
WrappedDatabase(org.neo4j.kernel.AbstractGraphDatabase db)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WrappedDatabase
public WrappedDatabase(org.neo4j.kernel.AbstractGraphDatabase db)
init
public void init()
throws Throwable
- Specified by:
init in interface org.neo4j.kernel.lifecycle.Lifecycle- Overrides:
init in class Database
- Throws:
Throwable
start
public void start()
throws Throwable
- Specified by:
start in interface org.neo4j.kernel.lifecycle.Lifecycle- Overrides:
start in class Database
- Throws:
Throwable
stop
public void stop()
throws Throwable
- Specified by:
stop in interface org.neo4j.kernel.lifecycle.Lifecycle- Overrides:
stop in class Database
- Throws:
Throwable
shutdown
public void shutdown()
- Specified by:
shutdown in interface org.neo4j.kernel.lifecycle.Lifecycle- Overrides:
shutdown in class Database
getLocation
public String getLocation()
- Overrides:
getLocation in class Database
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.