org.apache.ojb.otm.core
Interface TransactionListener


public interface TransactionListener

TransactionListener interface is used by devices associated with a transaction to respond to the events on a transaction.

Author:
Raghu Rajah

Method Summary
 void transactionBegan(Transaction target)
           
 void transactionCommitting(Transaction target)
           
 void transactionRollingBack(Transaction target)
           
 

Method Detail

transactionBegan

public void transactionBegan(Transaction target)

transactionCommitting

public void transactionCommitting(Transaction target)

transactionRollingBack

public void transactionRollingBack(Transaction target)


Authors: Thomas Mahler and others. (C) 2000 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14