org.olat.core.commons.persistence
Interface ITransactionListener

All Known Implementing Classes:
PLockSyncCoordinator

public interface ITransactionListener

This Listener can be added to a DB instance in order to be notified about commit/rollbacks

Initial Date: 19.08.2008

Author:
Stefan

Method Summary
 void handleCommit(DB db)
           
 void handleRollback(DB db)
           
 

Method Detail

handleCommit

void handleCommit(DB db)

handleRollback

void handleRollback(DB db)