org.neo4j.kernel.impl.nioneo.xa
Class InterceptingWriteTransaction

java.lang.Object
  extended by org.neo4j.kernel.impl.transaction.xaframework.XaTransaction
      extended by org.neo4j.kernel.impl.nioneo.xa.WriteTransaction
          extended by org.neo4j.kernel.impl.nioneo.xa.InterceptingWriteTransaction
All Implemented Interfaces:
NeoStoreTransaction

public class InterceptingWriteTransaction
extends WriteTransaction


Method Summary
protected  void intercept(List<Command> commands)
           
 
Methods inherited from class org.neo4j.kernel.impl.nioneo.xa.WriteTransaction
createPropertyIndex, createRelationshipType, destroy, doAddCommand, doCommit, doPrepare, doRollback, getCreatedNodes, getKeyIdForProperty, getMoreRelationships, getRelationshipChainPosition, getXAResource, injectCommand, isNodeCreated, isReadOnly, isRelationshipCreated, loadIndex, loadPropertyIndexes, loadPropertyValue, loadRelationshipTypes, nodeAddProperty, nodeChangeProperty, nodeCreate, nodeDelete, nodeLoadLight, nodeLoadProperties, nodeRemoveProperty, propertyGetValueOrNull, relAddProperty, relationshipCreate, relChangeProperty, relDelete, relLoadLight, relLoadProperties, relRemoveProperty, setXaConnection
 
Methods inherited from class org.neo4j.kernel.impl.transaction.xaframework.XaTransaction
addCommand, commit, getCommitTxId, getIdentifier, isRecovered, prepare, rollback, setCommitTxId, setRecovered
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

intercept

protected void intercept(List<Command> commands)
Overrides:
intercept in class WriteTransaction


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