Interface symantec.itools.db.beans.binding.event.TransactionEventListener
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Interface symantec.itools.db.beans.binding.event.TransactionEventListener
  -  public interface TransactionEventListener
  
-  extends EventListener
  
  
  -  
	onAfterTransactionBegin(TransactionEvent)
   -   This method will be fired after a transaction begin was performed
 on the database.
  
 -  
	onAfterTransactionCommit(TransactionEvent)
   -   This method will be fired before a transaction commit was performed
 on the database.
  
 -  
	onAfterTransactionRollback(TransactionEvent)
   -   This method will be fired before a transaction rollback was performed
 on the database.
  
 -  
	onBeforeTransactionBegin(TransactionEvent)
   -   This method will be fired before a transaction begin is performed
 on the database.
  
 -  
	onBeforeTransactionCommit(TransactionEvent)
   -   This method will be fired before a transaction commit is performed
 on the database.
  
 -  
	onBeforeTransactionRollback(TransactionEvent)
   -   This method will be fired before a transaction rollback is performed
 on the database.
 
  
onAfterTransactionBegin
public abstract void onAfterTransactionBegin(TransactionEvent e)
  -  This method will be fired after a transaction begin was performed
 on the database.
  
 
 
onAfterTransactionCommit
public abstract void onAfterTransactionCommit(TransactionEvent e)
  -  This method will be fired before a transaction commit was performed
 on the database.
  
 
 
onAfterTransactionRollback
public abstract void onAfterTransactionRollback(TransactionEvent e)
  -  This method will be fired before a transaction rollback was performed
 on the database.
  
 
 
onBeforeTransactionBegin
public abstract void onBeforeTransactionBegin(TransactionEvent e)
  -  This method will be fired before a transaction begin is performed
 on the database.
  
 
 
onBeforeTransactionCommit
public abstract void onBeforeTransactionCommit(TransactionEvent e)
  -  This method will be fired before a transaction commit is performed
 on the database.
  
 
 
onBeforeTransactionRollback
public abstract void onBeforeTransactionRollback(TransactionEvent e)
  -  This method will be fired before a transaction rollback is performed
 on the database.
  
 
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index