Package | Description |
---|---|
org.jboss.jca.core.connectionmanager.ccm |
This package contains the cached connection manager.
|
org.jboss.jca.core.spi.transaction |
This package contains the transaction SPI that defines extensions to JTA 1.1
|
org.jboss.jca.core.spi.transaction.usertx |
This package contains interfaces and classes for integration with UserTransactions.
|
org.jboss.jca.core.tx.jbossts |
This package contains an implementation of the transaction SPI using JBossTS as its backend.
|
org.jboss.jca.core.tx.noopts |
This package contains a no-operation transaction manager implementation which can be used instead of a real implementation
|
Constructor and Description |
---|
CachedConnectionManagerImpl(javax.transaction.TransactionManager transactionManager,
javax.transaction.TransactionSynchronizationRegistry transactionSynchronizationRegistry,
UserTransactionRegistry userTransactionRegistry)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
UserTransactionRegistry |
TransactionIntegration.getUserTransactionRegistry()
Get the user transaction registry
|
Modifier and Type | Method and Description |
---|---|
void |
UserTransactionProvider.setUserTransactionRegistry(UserTransactionRegistry v)
Set the user transaction registry
|
Modifier and Type | Class and Description |
---|---|
class |
UserTransactionRegistryImpl
UserTransactionRegistry implementation
|
Modifier and Type | Method and Description |
---|---|
UserTransactionRegistry |
TransactionIntegrationImpl.getUserTransactionRegistry()
Get the user transaction registry
|
Modifier and Type | Method and Description |
---|---|
void |
UserTransactionProviderImpl.setUserTransactionRegistry(UserTransactionRegistry v)
Set the user transaction registry
|
Modifier and Type | Method and Description |
---|---|
UserTransactionRegistry |
TransactionIntegrationImpl.getUserTransactionRegistry()
Get the user transaction registry
|
Modifier and Type | Method and Description |
---|---|
void |
UserTransactionImpl.setUserTransactionRegistry(UserTransactionRegistry v)
Set the user transaction registry
|
Constructor and Description |
---|
TransactionIntegrationImpl(javax.transaction.TransactionManager tm,
javax.transaction.TransactionSynchronizationRegistry tsr,
UserTransactionRegistry utr,
XATerminator terminator,
XAResourceRecoveryRegistry rr)
Constructor
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)