org.neo4j.server.database
Class WrappingDatabase
java.lang.Object
org.neo4j.server.database.Database
org.neo4j.server.database.WrappingDatabase
- All Implemented Interfaces:
- org.neo4j.kernel.lifecycle.Lifecycle
public class WrappingDatabase
- extends Database
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WrappingDatabase
public WrappingDatabase(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()
throws Throwable
- Specified by:
shutdown in interface org.neo4j.kernel.lifecycle.Lifecycle- Overrides:
shutdown in class Database
- Throws:
Throwable
Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.