| 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 TransactionManager |
ServiceUtils.getTransactionManager() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ServiceUtils.setTransactionManager(TransactionManager tm) |
| Modifier and Type | Method and Description |
|---|---|
TransactionManager |
TransactionManagerLocator.getTransactionManager() |
| 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 |
| Constructor and Description |
|---|
JtaIsolationDelegate(JdbcConnectionAccess connectionAccess,
SqlExceptionHelper sqlExceptionHelper,
TransactionManager transactionManager) |
JtaTransactionAdapterTransactionManagerImpl(TransactionManager transactionManager) |
| Modifier and Type | Field and Description |
|---|---|
protected TransactionManager |
CacheImpl.transactionManager |
protected TransactionManager |
InvocationHelper.transactionManager |
| Modifier and Type | Method and Description |
|---|---|
TransactionManager |
AbstractDelegatingAdvancedCache.getTransactionManager() |
TransactionManager |
CacheImpl.getTransactionManager() |
TransactionManager |
SimpleCacheImpl.getTransactionManager() |
| Modifier and Type | Method and Description |
|---|---|
default <K,V> RemoteCache<K,V> |
RemoteCacheContainer.getCache(String cacheName,
boolean forceReturnValue,
TransactionManager transactionManager)
Deprecated.
since 11.0. Use
ConfigurationBuilder.remoteCache(String) to configure the cache and then RemoteCacheContainer.getCache(String) to obtain it. |
<K,V> RemoteCache<K,V> |
RemoteCacheContainer.getCache(String cacheName,
boolean forceReturnValue,
TransactionMode transactionMode,
TransactionManager transactionManager)
Deprecated.
since 11.0. Use
ConfigurationBuilder.remoteCache(String) to configure the cache and then RemoteCacheContainer.getCache(String) to obtain it. |
<K,V> RemoteCache<K,V> |
RemoteCacheManager.getCache(String cacheName,
boolean forceReturnValue,
TransactionMode transactionMode,
TransactionManager transactionManager) |
default <K,V> RemoteCache<K,V> |
RemoteCacheContainer.getCache(String cacheName,
TransactionManager transactionManager)
Deprecated.
since 11.0. Use
ConfigurationBuilder.remoteCache(String) to configure the cache and then RemoteCacheContainer.getCache(String) to obtain it. |
<K,V> RemoteCache<K,V> |
RemoteCacheContainer.getCache(String cacheName,
TransactionMode transactionMode,
TransactionManager transactionManager)
Deprecated.
since 11.0. Use
ConfigurationBuilder.remoteCache(String) to configure the cache and then RemoteCacheContainer.getCache(String) to obtain it. |
<K,V> RemoteCache<K,V> |
RemoteCacheManager.getCache(String cacheName,
TransactionMode transactionMode,
TransactionManager transactionManager) |
| Modifier and Type | Field and Description |
|---|---|
static AttributeDefinition<TransactionManager> |
RemoteCacheConfiguration.TRANSACTION_MANAGER |
| Modifier and Type | Method and Description |
|---|---|
RemoteCacheConfigurationBuilder |
RemoteCacheConfigurationBuilder.transactionManager(TransactionManager manager)
The
TransactionManager to use for the cache |
| Modifier and Type | Method and Description |
|---|---|
TransactionManager |
TransactionalRemoteCacheImpl.getTransactionManager() |
| Constructor and Description |
|---|
TransactionalRemoteCacheImpl(RemoteCacheManager rcm,
String name,
boolean forceReturnValue,
boolean recoveryEnabled,
TransactionManager transactionManager,
TransactionTable transactionTable,
TimeService timeService) |
| Modifier and Type | Method and Description |
|---|---|
TransactionManager |
GenericTransactionManagerLookup.getTransactionManager() |
TransactionManager |
RemoteTransactionManagerLookup.getTransactionManager() |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteTransactionManager
A simple
TransactionManager implementation. |
| Modifier and Type | Method and Description |
|---|---|
default TransactionManager |
TransactionalCache.getTransactionManager() |
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionManagerImpl
A simple
TransactionManager implementation. |
| Modifier and Type | Method and Description |
|---|---|
TransactionManager |
TransactionManagerLookup.getTransactionManager()
Returns a new TransactionManager.
|
TransactionManager |
LookupNames.TransactionManagerFactory.tryLookup(ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
TransactionManager |
SecureCacheImpl.getTransactionManager() |
| Modifier and Type | Field and Description |
|---|---|
protected TransactionManager |
StateConsumerImpl.transactionManager |
| Constructor and Description |
|---|
TxLockedStreamImpl(TransactionManager tm,
CacheStream<CacheEntry<K,V>> realStream,
long time,
TimeUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
TransactionManager |
EmbeddedTransactionManagerLookup.getTransactionManager() |
TransactionManager |
GenericTransactionManagerLookup.getTransactionManager()
Get the system-wide used TransactionManager
|
TransactionManager |
JBossStandaloneJTAManagerLookup.getTransactionManager() |
TransactionManager |
WildflyTransactionManagerLookup.getTransactionManager() |
| Modifier and Type | Class and Description |
|---|---|
class |
BatchModeTransactionManager
Not really a transaction manager in the truest sense of the word.
|
class |
EmbeddedBaseTransactionManager
A simple
TransactionManager implementation. |
class |
EmbeddedTransactionManager
Simple transaction manager implementation that maintains transaction state in memory only.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Log.retrievingTm(TransactionManager tm) |
void |
Log_$logger.retrievingTm(TransactionManager tm) |
| 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 © 2022 JBoss by Red Hat. All rights reserved.