|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NestedException | |
|---|---|
| org.jboss.portal.common.transaction | |
| Uses of NestedException in org.jboss.portal.common.transaction |
|---|
| Methods in org.jboss.portal.common.transaction that throw NestedException | |
|---|---|
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 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 java.lang.Object |
Transactions.supports(javax.transaction.TransactionManager tm,
Transactions.Runnable runnable)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||