org.kasource.spring.transaction
Class TransactionSupportImpl

java.lang.Object
  extended by org.kasource.spring.transaction.TransactionSupportImpl
All Implemented Interfaces:
TransactionSupport

public class TransactionSupportImpl
extends Object
implements TransactionSupport


Constructor Summary
TransactionSupportImpl()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionSupportImpl

public TransactionSupportImpl()
Method Detail

addListener

public void addListener(TransactionListener listener)
Description copied from interface: TransactionSupport
Registers listener so that it can get notification of current transaction

Specified by:
addListener in interface TransactionSupport
Parameters:
listener - listener to register

removeListener

public void removeListener(TransactionListener listener)
Description copied from interface: TransactionSupport
Remove listener form listening to current transaction

Specified by:
removeListener in interface TransactionSupport
Parameters:
listener - listener to remove


Copyright © 2011. All Rights Reserved.