Modifier and Type | Method and Description |
---|---|
UserTransaction |
EJBContext.getUserTransaction()
Obtain the transaction demarcation interface.
|
Modifier and Type | Method and Description |
---|---|
static int |
JtaStatusHelper.getStatus(UserTransaction userTransaction)
Extract the status code from a
UserTransaction |
static boolean |
JtaStatusHelper.isActive(UserTransaction userTransaction)
Does the status code obtained from the given
UserTransaction indicate an active transaction? |
static boolean |
JtaStatusHelper.isCommitted(UserTransaction userTransaction)
Does the status code obtained from the given
UserTransaction indicate a commit? |
static boolean |
JtaStatusHelper.isRollback(UserTransaction userTransaction)
Does the status code obtained from the given
UserTransaction indicate a roll back? |
Modifier and Type | Method and Description |
---|---|
UserTransaction |
JtaPlatform.retrieveUserTransaction()
Locate the
UserTransaction |
Constructor and Description |
---|
JtaTransactionAdapterUserTransactionImpl(UserTransaction userTransaction) |
Modifier and Type | Method and Description |
---|---|
static UserTransaction |
EJBClient.getUserTransaction(String targetNodeName)
Deprecated.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.