org.kasource.spring.transaction
Interface TransactionSupport

All Known Implementing Classes:
TransactionSupportImpl

public interface TransactionSupport


Method Summary
 void addListener(TransactionListener listener)
          Registers listener so that it can get notification of current transaction
 void removeListener(TransactionListener listener)
          Remove listener form listening to current transaction
 

Method Detail

addListener

void addListener(TransactionListener listener)
Registers listener so that it can get notification of current transaction

Parameters:
listener - listener to register

removeListener

void removeListener(TransactionListener listener)
Remove listener form listening to current transaction

Parameters:
listener - listener to remove


Copyright © 2011. All Rights Reserved.