org.codehaus.activespace.cache.impl
Class JtaTransactionRegistration

java.lang.Object
  extended byorg.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 $

Constructor Summary
JtaTransactionRegistration()
           
 
Method Summary
 TransactionManager getTransactionManager()
           
 void register(ThreadCache threadCache)
           
 void setTransactionManager(TransactionManager transactionManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JtaTransactionRegistration

public JtaTransactionRegistration()
Method Detail

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.