org.neo4j.kernel
Class AbstractGraphDatabase

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

public abstract class AbstractGraphDatabase
extends Object
implements GraphDatabaseService, GraphDatabaseAPI


Constructor Summary
AbstractGraphDatabase()
           
 
Method Summary
abstract  boolean transactionRunning()
          Deprecated. This method is only for internal use. Version 1.9 of Neo4j will be the last version to contain this method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.neo4j.kernel.GraphDatabaseAPI
getDependencyResolver, getDiagnosticsManager, getGuard, getIdGeneratorFactory, getKernelData, getKernelPanicGenerator, getLockManager, getMessageLog, getNodeManager, getPersistenceSource, getRelationshipTypeHolder, getStoreDir, getStoreId, getTxIdGenerator, getTxManager, getXaDataSourceManager, tx
 
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

transactionRunning

@Deprecated
public abstract boolean transactionRunning()
Deprecated. This method is only for internal use. Version 1.9 of Neo4j will be the last version to contain this method.



Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.