Package | Description |
---|---|
org.hibernate.cache.infinispan.access | |
org.hibernate.cache.infinispan.impl | |
org.hibernate.cache.infinispan.tm | |
org.hibernate.cache.infinispan.util | |
org.hibernate.engine.transaction.internal.jta | |
org.hibernate.service.jta.platform.internal | |
org.hibernate.service.jta.platform.spi | |
org.hibernate.transaction |
This package abstracts the underlying transaction mechanism
(JTA or JDBC) and provides strategies for obtaining application
server TransactionManagers.
|
org.hornetq.jms.bridge | |
org.hornetq.jms.bridge.impl | |
org.jboss.ejb.client | |
org.jboss.resource.adapter.jms.inflow | |
org.jboss.security.auth.spi | |
org.jboss.security.mapping.providers.role | |
org.jboss.security.plugins |
Security plugins have moved to the jbosssx cvs module.
|
Constructor and Description |
---|
PutFromLoadValidator(org.infinispan.manager.EmbeddedCacheManager cacheManager,
TransactionManager tm,
long nakedPutInvalidationPeriod) |
Modifier and Type | Method and Description |
---|---|
TransactionManager |
BaseRegion.getTransactionManager() |
Modifier and Type | Method and Description |
---|---|
TransactionManager |
HibernateTransactionManagerLookup.getTransactionManager() |
Modifier and Type | Method and Description |
---|---|
static <T> T |
Caches.withinTx(TransactionManager tm,
Callable<T> c)
Call an operation within a transaction.
|
static void |
Caches.withinTx(TransactionManager tm,
Runnable runnable) |
Modifier and Type | Method and Description |
---|---|
protected TransactionManager |
JtaIsolationDelegate.transactionManager() |
protected TransactionManager |
CMTTransaction.transactionManager() |
Modifier and Type | Method and Description |
---|---|
static int |
JtaStatusHelper.getStatus(TransactionManager transactionManager)
Extract the status code from the current
Transaction associated with the
given TransactionManager |
static boolean |
JtaStatusHelper.isActive(TransactionManager transactionManager)
Does the status code obtained from the given
TransactionManager indicate an active transaction? |
static boolean |
JtaStatusHelper.isCommitted(TransactionManager transactionManager)
Does the status code obtained from the given
TransactionManager indicate a commit? |
static boolean |
JtaStatusHelper.isRollback(TransactionManager transactionManager)
Does the status code obtained from the given
TransactionManager indicate a roll back? |
Modifier and Type | Class and Description |
---|---|
class |
WebSphereExtendedJtaPlatform.TransactionManagerAdapter |
Modifier and Type | Method and Description |
---|---|
TransactionManager |
JtaPlatform.retrieveTransactionManager()
Locate the
TransactionManager |
Modifier and Type | Method and Description |
---|---|
TransactionManager |
TransactionManagerLookup.getTransactionManager(Properties props)
Obtain the JTA
TransactionManager . |
Modifier and Type | Method and Description |
---|---|
void |
JMSBridge.setTransactionManager(TransactionManager tm) |
Modifier and Type | Method and Description |
---|---|
void |
JMSBridgeImpl.setTransactionManager(TransactionManager tm) |
Modifier and Type | Method and Description |
---|---|
static EJBClientTransactionContext |
EJBClientTransactionContext.create(TransactionManager transactionManager,
TransactionSynchronizationRegistry synchronizationRegistry)
Create a transaction context which is controlled by an actual transaction manager.
|
Modifier and Type | Field and Description |
---|---|
protected TransactionManager |
JmsActivation.tm
The TransactionManager
|
Modifier and Type | Method and Description |
---|---|
TransactionManager |
JmsActivation.getTransactionManager() |
Modifier and Type | Field and Description |
---|---|
protected TransactionManager |
DatabaseServerLoginModule.tm
The TransactionManagaer instance to be used
|
Modifier and Type | Method and Description |
---|---|
protected TransactionManager |
DatabaseServerLoginModule.getTransactionManager() |
Modifier and Type | Field and Description |
---|---|
protected TransactionManager |
DatabaseRolesMappingProvider.tm |
Modifier and Type | Method and Description |
---|---|
protected TransactionManager |
DatabaseRolesMappingProvider.getTransactionManager() |
Modifier and Type | Method and Description |
---|---|
TransactionManager |
TransactionManagerLocator.getTM(String jndiName)
Get the TransactionManager provided a JNDI Name for the
Transaction Manager
Note: If the TM is not bound to JNDI, an attempt is made to obtain the JBoss TxManager instance via reflection |
Modifier and Type | Method and Description |
---|---|
static void |
TransactionManagerLocator.setTransactionManager(TransactionManager transactionManager) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.