wt.pom
Interface TransactionListener

All Known Subinterfaces:
TransactionCommitListener
All Known Implementing Classes:
SummaryEventFactory

public interface TransactionListener

This interface specifies methods for listening to transaction commits and rollbacks.

Supported API: true

Extendable: true

See Also:
Transaction

Method Summary
 void notifyCommit()
          Notify that the commit of the transaction completed.
 void notifyRollback()
          Notify that the rollback of the transaction completed.
 

Method Detail

notifyCommit

void notifyCommit()
Notify that the commit of the transaction completed.

Supported API: true


notifyRollback

void notifyRollback()
Notify that the rollback of the transaction completed.

Supported API: true