Uses of Interface
org.jboss.tm.integrity.TransactionIntegrity

Packages that use TransactionIntegrity
org.jboss.tm The default Transaction Manager implementation
org.jboss.tm.integrity   
 

Uses of TransactionIntegrity in org.jboss.tm
 

Methods in org.jboss.tm that return TransactionIntegrity
 TransactionIntegrity TxManager.getTransactionIntegrity()
          Deprecated. Get the transaction integrity policy
 

Methods in org.jboss.tm with parameters of type TransactionIntegrity
 void TxManager.setTransactionIntegrity(TransactionIntegrity integrity)
          Deprecated. Set the transaction integrity policy
 

Uses of TransactionIntegrity in org.jboss.tm.integrity
 

Classes in org.jboss.tm.integrity that implement TransactionIntegrity
 class AbstractTransactionIntegrity
          A NOOP implementation of transaction integrity.
 class FailIncompleteTransactionIntegrity
          A transaction integrity that rolls back the transaction if there are other threads associated with it.
 

Methods in org.jboss.tm.integrity that return TransactionIntegrity
 TransactionIntegrity TransactionIntegrityFactory.createTransactionIntegrity()
          Create a new transaction integrity policy
 TransactionIntegrity FailIncompleteTransaction.createTransactionIntegrity()
           
 



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