Package | Description |
---|---|
com.arjuna.mw.wst11 | |
com.arjuna.mwlabs.wst11.at.remote |
Modifier and Type | Method and Description |
---|---|
abstract UserTransaction |
UserTransaction.getUserSubordinateTransaction()
get the user subordinate transaction
this is a UserTransaction whose begin method will create an interposed AT transaction
|
static UserTransaction |
UserTransaction.getUserTransaction()
Get the user transaction.
|
static UserTransaction |
UserTransactionFactory.userSubordinateTransaction() |
static UserTransaction |
UserTransactionFactory.userTransaction() |
Modifier and Type | Method and Description |
---|---|
static void |
UserTransaction.setUserTransaction(UserTransaction userTransaction)
Set the user transaction.
|
Modifier and Type | Class and Description |
---|---|
class |
UserSubordinateTransactionImple
Implementation of class used to create a subordinate AT transaction
This class normally redirects all calls to call the corresponding method of the singleton instance
which implements UserTransaction.
|
class |
UserTransactionImple |
class |
UserTransactionStandaloneImple
An implementation of UserTransaction which employs an RPC MEP based completion protocol specific to
JBoss to complete the transaction.
|
Modifier and Type | Method and Description |
---|---|
UserTransaction |
UserTransactionStandaloneImple.getUserSubordinateTransaction() |
UserTransaction |
UserTransactionImple.getUserSubordinateTransaction() |
UserTransaction |
UserSubordinateTransactionImple.getUserSubordinateTransaction() |
Copyright © 2018 JBoss by Red Hat. All rights reserved.