Uses of Class
org.jboss.messaging.core.tx.TransactionRepository

Packages that use TransactionRepository
org.jboss.jms.server   
org.jboss.messaging.core.tx   
 

Uses of TransactionRepository in org.jboss.jms.server
 

Fields in org.jboss.jms.server declared as TransactionRepository
protected  TransactionRepository ServerPeer.txRepository
           
 

Methods in org.jboss.jms.server that return TransactionRepository
 TransactionRepository ServerPeer.getTxRepository()
           
 

Uses of TransactionRepository in org.jboss.messaging.core.tx
 

Fields in org.jboss.messaging.core.tx declared as TransactionRepository
protected  TransactionRepository Transaction.transactionRepository
          If this is a XA transaction, when a commit is executed the transaction has to be removed from the transaction repository.
 



Copyright © 2006 JBoss Inc. All Rights Reserved.