SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

com.solarmetric.kodo.ee
Interface TransactionEventListener


public interface TransactionEventListener

An entity that wishes to be notified on PersistenceManager transactional status changes.


Method Summary
 void transactionCommitted(TransactionEvent event)
          Notification that a transaction has successfully committed.
 void transactionRolledBack(TransactionEvent event)
          Notification that a transaction has rolled back.
 void transactionStarted(TransactionEvent event)
          Notification that a transaction has begun.
 

Method Detail

transactionStarted

public void transactionStarted(TransactionEvent event)
Notification that a transaction has begun.

transactionCommitted

public void transactionCommitted(TransactionEvent event)
Notification that a transaction has successfully committed.

transactionRolledBack

public void transactionRolledBack(TransactionEvent event)
Notification that a transaction has rolled back.

SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.