Package | Description |
---|---|
org.jboss.jca.core.connectionmanager |
This package contains the connection manager implementation.
|
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.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,
org.jboss.security.SubjectFactory subjectFactory,
java.lang.String securityDomain,
boolean useCcm,
CachedConnectionManager ccm,
boolean sharable,
boolean enlistment,
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
|
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 |
---|---|
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,
org.jboss.security.SubjectFactory subjectFactory,
RecoveryPlugin plugin)
Create a new XAResourceRecoveryImpl.
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)