|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Transactions.Type | |
|---|---|
| org.jboss.portal.common.transaction | |
| Uses of Transactions.Type in org.jboss.portal.common.transaction |
|---|
| Fields in org.jboss.portal.common.transaction declared as Transactions.Type | |
|---|---|
static Transactions.Type |
Transactions.TYPE_MANDATORY
|
static Transactions.Type |
Transactions.TYPE_NEVER
|
static Transactions.Type |
Transactions.TYPE_NOT_SUPPORTED
|
static Transactions.Type |
Transactions.TYPE_REQUIRED
|
static Transactions.Type |
Transactions.TYPE_REQUIRES_NEW
|
static Transactions.Type |
Transactions.TYPE_SUPPORTS
|
| Methods in org.jboss.portal.common.transaction with parameters of type Transactions.Type | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||