org.neo4j.server.database
Class WrappedDatabase

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

public class WrappedDatabase
extends Database


Field Summary
 
Fields inherited from class org.neo4j.server.database.Database
graph, log
 
Constructor Summary
WrappedDatabase(org.neo4j.kernel.AbstractGraphDatabase db)
           
 
Method Summary
 String getLocation()
           
 void init()
           
 void shutdown()
           
 void start()
           
 void stop()
           
 
Methods inherited from class org.neo4j.server.database.Database
getGraph, getIndexManager, 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

WrappedDatabase

public WrappedDatabase(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()
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-2014 The Neo4j Graph Database Project. All Rights Reserved.