Package | Description |
---|---|
org.jboss.jca.core.connectionmanager |
This package contains the connection manager implementation.
|
org.jboss.jca.core.connectionmanager.ccm |
This package contains the cached connection manager.
|
org.jboss.jca.core.connectionmanager.notx |
This package contains the non-tx connection manager implementation.
|
org.jboss.jca.core.connectionmanager.pool |
This package contains the connection pool implementation.
|
org.jboss.jca.core.connectionmanager.transaction |
This package contains the transaction related utility implementation.
|
org.jboss.jca.core.connectionmanager.tx |
This package contains the tx connection manager implementation.
|
org.jboss.jca.core.rar |
This package contains an implementation of the resource adapter repository.
|
org.jboss.jca.core.tx.jbossts |
This package contains an implementation of the transaction SPI using JBossTS as its backend.
|
Modifier and Type | Method and Description |
---|---|
abstract TransactionIntegration |
AbstractConnectionManager.getTransactionIntegration()
Get the transaction integration.
|
TransactionIntegration |
ConnectionManager.getTransactionIntegration()
Get the transaction integration.
|
Modifier and Type | Method and Description |
---|---|
TxConnectionManager |
ConnectionManagerFactory.createTransactional(javax.resource.spi.TransactionSupport.TransactionSupportLevel tsl,
Pool pool,
SubjectFactory subjectFactory,
java.lang.String securityDomain,
boolean useCcm,
CachedConnectionManager ccm,
boolean sharable,
boolean enlistment,
boolean connectable,
java.lang.Boolean tracking,
java.lang.Boolean enlistmentTrace,
org.jboss.jca.common.api.metadata.common.FlushStrategy flushStrategy,
java.lang.Integer allocationRetry,
java.lang.Long allocationRetryWaitMillis,
TransactionIntegration txIntegration,
java.lang.Boolean interleaving,
java.lang.Integer xaResourceTimeout,
java.lang.Boolean isSameRMOverride,
java.lang.Boolean wrapXAResource,
java.lang.Boolean padXid)
Create a transactional connection manager
|
Constructor and Description |
---|
CachedConnectionManagerImpl(TransactionIntegration transactionIntegration)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
TransactionIntegration |
NoTxConnectionManagerImpl.getTransactionIntegration() |
Modifier and Type | Method and Description |
---|---|
protected TransactionIntegration |
AbstractPool.getTransactionIntegration()
Get any transaction integration associated with the pool.
|
Modifier and Type | Method and Description |
---|---|
static javax.transaction.Synchronization |
TransactionSynchronizer.getCCMSynchronization(javax.transaction.Transaction tx,
TransactionIntegration ti)
Check whether we have a CCM synchronization
|
static TransactionSynchronizer |
TransactionSynchronizer.getRegisteredSynchronizer(javax.transaction.Transaction tx,
TransactionIntegration ti)
Get a registered transaction synchronizer.
|
static void |
TransactionSynchronizer.lock(javax.transaction.Transaction tx,
TransactionIntegration ti)
Lock for the given transaction
|
static void |
TransactionSynchronizer.registerCCMSynchronization(javax.transaction.Transaction tx,
javax.transaction.Synchronization synch,
TransactionIntegration ti)
Register a new CCM synchronization
|
static void |
TransactionSynchronizer.unlock(javax.transaction.Transaction tx,
TransactionIntegration ti)
Unlock for the given transaction
|
Modifier and Type | Method and Description |
---|---|
TransactionIntegration |
TxConnectionManagerImpl.getTransactionIntegration()
Get the transaction integration instance
|
Constructor and Description |
---|
TxConnectionManagerImpl(TransactionIntegration txIntegration,
boolean localTransactions)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleResourceAdapterRepository.setTransactionIntegration(TransactionIntegration v)
Set the transaction integration
|
Modifier and Type | Class and Description |
---|---|
class |
TransactionIntegrationImpl
This class provide an implementation of the transaction integration for
the IronJacamar container using JBossTS.
|
Constructor and Description |
---|
XAResourceRecoveryImpl(TransactionIntegration ti,
javax.resource.spi.ManagedConnectionFactory mcf,
java.lang.Boolean padXid,
java.lang.Boolean isSameRMOverrideValue,
java.lang.Boolean wrapXAResource,
java.lang.String recoverUserName,
java.lang.String recoverPassword,
java.lang.String recoverSecurityDomain,
SubjectFactory subjectFactory,
RecoveryPlugin plugin,
XAResourceStatistics xastat)
Create a new XAResourceRecoveryImpl.
|
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)