Package | Description |
---|---|
javax.resource.spi |
The javax.resource.spi package contains APIs for the system
contracts defined in the Java EE Connector Architecture specification.
|
org.hibernate.service.jta.platform.internal | |
org.infinispan.transaction |
JTA transaction support.
|
org.infinispan.transaction.lookup |
Interfaces and implementations of lookup classes to locate and/or instantiate JTA
TransactionManager s. |
org.jboss.ejb.client |
Modifier and Type | Method and Description |
---|---|
TransactionSynchronizationRegistry |
BootstrapContext.getTransactionSynchronizationRegistry()
Provides a handle to a
TransactionSynchronization instance. |
Modifier and Type | Method and Description |
---|---|
TransactionSynchronizationRegistry |
SynchronizationRegistryAccess.getSynchronizationRegistry()
Obtain the synchronization registry
|
Modifier and Type | Method and Description |
---|---|
void |
TransactionTable.initialize(RpcManager rpcManager,
Configuration configuration,
InvocationContextContainer icc,
InterceptorChain invoker,
CacheNotifier notifier,
TransactionFactory gtf,
EmbeddedCacheManager cm,
TransactionCoordinator txCoordinator,
TransactionSynchronizationRegistry transactionSynchronizationRegistry,
CommandsFactory commandsFactory,
ClusteringDependentLogic clusteringDependentLogic) |
Modifier and Type | Method and Description |
---|---|
TransactionSynchronizationRegistry |
TransactionSynchronizationRegistryLookup.getTransactionSynchronizationRegistry()
Returns a new TransactionSynchronizationRegistry.
|
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.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.