org.jboss.tm
Interface TransactionLocalDelegate

All Known Implementing Classes:
TransactionLocalDelegateImpl, TxManager

public interface TransactionLocalDelegate

The interface to implementated for a transaction local implementation

Version:
$Revision: 1.2.6.1 $
Author:
Adrian Brock

Method Summary
 boolean containsValue(TransactionLocal local, Transaction tx)
          does Transaction contain object?
 Object getValue(TransactionLocal local, Transaction tx)
          get the transaction local value.
 void storeValue(TransactionLocal local, Transaction tx, Object value)
          put the value in the transaction local
 

Method Detail

getValue

public Object getValue(TransactionLocal local,
                       Transaction tx)
get the transaction local value.


storeValue

public void storeValue(TransactionLocal local,
                       Transaction tx,
                       Object value)
put the value in the transaction local


containsValue

public boolean containsValue(TransactionLocal local,
                             Transaction tx)
does Transaction contain object?



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.