org.neo4j.kernel
Class AbstractGraphDatabase

java.lang.Object
  extended by org.neo4j.kernel.AbstractGraphDatabase
All Implemented Interfaces:
GraphDatabaseService
Direct Known Subclasses:
EmbeddedGraphDatabase, EmbeddedReadOnlyGraphDatabase

public abstract class AbstractGraphDatabase
extends Object
implements GraphDatabaseService

Exposes the methods getConfig() and getManagementBean() a.s.o.


Constructor Summary
AbstractGraphDatabase()
           
 
Method Summary
abstract  Config getConfig()
           
abstract
<T> T
getManagementBean(Class<T> type)
           
abstract  String getStoreDir()
           
abstract  boolean isReadOnly()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.neo4j.graphdb.GraphDatabaseService
beginTx, createNode, getAllNodes, getNodeById, getReferenceNode, getRelationshipById, getRelationshipTypes, index, registerKernelEventHandler, registerTransactionEventHandler, shutdown, unregisterKernelEventHandler, unregisterTransactionEventHandler
 

Constructor Detail

AbstractGraphDatabase

public AbstractGraphDatabase()
Method Detail

getStoreDir

public abstract String getStoreDir()

getConfig

public abstract Config getConfig()

getManagementBean

public abstract <T> T getManagementBean(Class<T> type)

isReadOnly

public abstract boolean isReadOnly()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.