Uses of Class
org.jboss.portal.common.transaction.TransactionException

Packages that use TransactionException
org.jboss.portal.common.transaction   
 

Uses of TransactionException in org.jboss.portal.common.transaction
 

Methods in org.jboss.portal.common.transaction that throw TransactionException
static java.lang.Object Transactions.apply(Transactions.Type type, javax.transaction.TransactionManager tm, Transactions.Runnable runnable)
          Apply the transaction type around the unit of work.
static void Transactions.applyAfter(Transactions.Type type, javax.transaction.TransactionManager tm, javax.transaction.Transaction oldTx)
          Apply the transaction type after the unit of work has been done.
static javax.transaction.Transaction Transactions.applyBefore(Transactions.Type type, javax.transaction.TransactionManager tm)
          Apply the transaction type before the unit of work.
static void Transactions.begin(javax.transaction.TransactionManager tm)
          Begin a new transaction.
static boolean Transactions.end(javax.transaction.TransactionManager tm)
          Terminate the active transaction for this thread.
static java.lang.Object Transactions.mandatory(javax.transaction.TransactionManager tm, Transactions.Runnable runnable)
           
static java.lang.Object Transactions.never(javax.transaction.TransactionManager tm, Transactions.Runnable runnable)
           
static java.lang.Object Transactions.notSupported(javax.transaction.TransactionManager tm, Transactions.Runnable runnable)
           
static java.lang.Object Transactions.required(javax.transaction.TransactionManager tm, Transactions.Runnable runnable)
           
static java.lang.Object Transactions.requiresNew(javax.transaction.TransactionManager tm, Transactions.Runnable runnable)
           
static void Transactions.resume(javax.transaction.TransactionManager tm, javax.transaction.Transaction tx)
          Associate the thread with a transaction
static void Transactions.setRollbackOnly(javax.transaction.TransactionManager tm)
          Mark the active transaction for this thread as rollback only
static java.lang.Object Transactions.supports(javax.transaction.TransactionManager tm, Transactions.Runnable runnable)
           
static javax.transaction.Transaction Transactions.suspend(javax.transaction.TransactionManager tm)
          Disassociate the current thread with the active transaction.
 



Copyright © 2008. All Rights Reserved.