org.neo4j.server.database
Class WrappingDatabase

java.lang.Object
  extended by org.neo4j.server.database.Database
      extended by org.neo4j.server.database.WrappingDatabase
All Implemented Interfaces:
org.neo4j.kernel.lifecycle.Lifecycle

public class WrappingDatabase
extends Database


Field Summary
 
Fields inherited from class org.neo4j.server.database.Database
graph
 
Constructor Summary
WrappingDatabase(org.neo4j.kernel.AbstractGraphDatabase db)
           
 
Method Summary
 void init()
           
 void shutdown()
           
 void start()
           
 void stop()
           
 
Methods inherited from class org.neo4j.server.database.Database
getGraph, getIndexManager, getLocation, getLogging, getNodeIndex, getRelationshipIndex, rrdDb, setRrdDb, startup, statisticCollector
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WrappingDatabase

public WrappingDatabase(org.neo4j.kernel.AbstractGraphDatabase db)
Method Detail

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.