org.codehaus.activespace.cache.impl
Class JtaTransactionRegistration
java.lang.Object
org.codehaus.activespace.cache.impl.JtaTransactionRegistration
- All Implemented Interfaces:
- TransactionRegistration
- public class JtaTransactionRegistration
- extends Object
- implements TransactionRegistration
Registers the current thread's cache facade with the current JTA transaction.
- Version:
- $Revision: 1.2 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JtaTransactionRegistration
public JtaTransactionRegistration()
register
public void register(ThreadCache threadCache)
- Specified by:
register in interface TransactionRegistration
getTransactionManager
public TransactionManager getTransactionManager()
setTransactionManager
public void setTransactionManager(TransactionManager transactionManager)
Copyright © 2004 Protique, Ltd.. All Rights Reserved.