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.tx |
This package contains the tx connection manager implementation.
|
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.local |
This package contains extensions towards LocalTransaction.
|
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
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConnectionManager
Internal connection manager contract.
|
interface |
NoTxConnectionManager
Internal connection manager contract for non-transactional contexts.
|
interface |
TxConnectionManager
Internal connection manager contract for transactional contexts.
|
Modifier and Type | Class and Description |
---|---|
class |
NoTxConnectionManagerImpl
Non transactional connection manager implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
TxConnectionManagerImpl
The TxConnectionManager is a JBoss ConnectionManager
implementation for JCA adapters implementing LocalTransaction and XAResource support.
|
Modifier and Type | Method and Description |
---|---|
LocalXAResource |
TransactionIntegration.createConnectableLocalXAResource(ConnectionManager cm,
java.lang.String productName,
java.lang.String productVersion,
java.lang.String jndiName,
ConnectableResource cr)
Create a connectable LocalXAResource instance
|
LocalXAResource |
TransactionIntegration.createLocalXAResource(ConnectionManager cm,
java.lang.String productName,
java.lang.String productVersion,
java.lang.String jndiName)
Create a LocalXAResource instance
|
Modifier and Type | Method and Description |
---|---|
void |
LocalXAResource.setConnectionManager(ConnectionManager cm)
Set the connection manager.
|
Modifier and Type | Method and Description |
---|---|
LocalXAResource |
TransactionIntegrationImpl.createConnectableLocalXAResource(ConnectionManager cm,
java.lang.String productName,
java.lang.String productVersion,
java.lang.String jndiName,
ConnectableResource cr)
Create a connectable LocalXAResource instance
|
LocalXAResource |
TransactionIntegrationImpl.createLocalXAResource(ConnectionManager cm,
java.lang.String productName,
java.lang.String productVersion,
java.lang.String jndiName)
Create a LocalXAResource instance
|
void |
LocalXAResourceImpl.setConnectionManager(ConnectionManager connectionManager)
Set the connection manager.
|
Modifier and Type | Method and Description |
---|---|
LocalXAResource |
TransactionIntegrationImpl.createConnectableLocalXAResource(ConnectionManager cm,
java.lang.String productName,
java.lang.String productVersion,
java.lang.String jndiName,
ConnectableResource cr)
Create a connectable LocalXAResource instance
|
LocalXAResource |
TransactionIntegrationImpl.createLocalXAResource(ConnectionManager cm,
java.lang.String productName,
java.lang.String productVersion,
java.lang.String jndiName)
Create a LocalXAResource instance
|
void |
LocalXAResourceImpl.setConnectionManager(ConnectionManager connectionManager)
Set the connection manager.
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)