org.kasource.spring.transaction
Class TransactionSupportImpl
java.lang.Object
org.kasource.spring.transaction.TransactionSupportImpl
- All Implemented Interfaces:
- TransactionSupport
public class TransactionSupportImpl
- extends Object
- implements TransactionSupport
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransactionSupportImpl
public TransactionSupportImpl()
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.