Uses of Interface
org.neo4j.graphdb.event.TransactionData

Packages that use TransactionData
org.neo4j.graphdb.event Event framework. 
 

Uses of TransactionData in org.neo4j.graphdb.event
 

Methods in org.neo4j.graphdb.event with parameters of type TransactionData
 void TransactionEventHandler.afterCommit(TransactionData data, T state)
          Invoked after the transaction has been committed successfully.
 void TransactionEventHandler.afterRollback(TransactionData data, T state)
          Invoked after the transaction has been rolled back if committing the transaction failed for some reason.
 T TransactionEventHandler.beforeCommit(TransactionData data)
          Invoked when a transaction is about to be committed.
 



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