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.createLocalXAResource(ConnectionManager cm)
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.createLocalXAResource(ConnectionManager cm)
Create a LocalXAResource instance
|
void |
LocalXAResourceImpl.setConnectionManager(ConnectionManager connectionManager)
Set the connection manager.
|
Modifier and Type | Method and Description |
---|---|
LocalXAResource |
TransactionIntegrationImpl.createLocalXAResource(ConnectionManager cm)
Create a LocalXAResource instance
|
void |
LocalXAResourceImpl.setConnectionManager(ConnectionManager connectionManager)
Set the connection manager.
|
Copyright ? 2008-2009 Red Hat Middleware LLC (http://www.jboss.com/)