| Package | Description |
|---|---|
| javax.ejb |
Contains the Enterprise Bean classes
and interfaces that define the contracts between the enterprise bean
and its clients and between the enterprise bean and the enterprise bean container.
|
| org.hibernate.engine.transaction.internal.jta | |
| org.hibernate.engine.transaction.jta.platform.internal | |
| org.hibernate.engine.transaction.jta.platform.spi | |
| org.hibernate.resource.transaction.backend.jta.internal | |
| org.infinispan.transaction.lookup |
Interfaces and implementations of lookup classes to locate and/or instantiate JTA
TransactionManagers. |
| org.infinispan.transaction.tm |
Infinispan's bare-bones internal transaction manager, used for batching calls as well as as a dummy, unit-test-only
transaction manager.
|
| org.jboss.ejb.client |
| 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 |
EmbeddedTransactionManagerLookup.getUserTransaction() |
UserTransaction |
JBossStandaloneJTAManagerLookup.getUserTransaction() |
UserTransaction |
WildflyTransactionManagerLookup.getUserTransaction() |
| Modifier and Type | Class and Description |
|---|---|
class |
EmbeddedUserTransaction
A
UserTransaction implementation that uses EmbeddedTransactionManager. |
| Modifier and Type | Method and Description |
|---|---|
static UserTransaction |
EJBClient.getUserTransaction(String targetNodeName)
Deprecated.
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.