Package | Description |
---|---|
org.jboss.jca.core.connectionmanager |
This package contains the connection manager implementation.
|
org.jboss.jca.core.connectionmanager.tx |
This package contains the tx connection manager implementation.
|
org.jboss.jca.core.tx.jbossts |
This package contains an implementation of the transaction SPI using JBossTS as its backend.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TxConnectionManager
Internal connection manager contract for transactional contexts.
|
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 | Class and Description |
---|---|
class |
TransactionManagerDelegator
This class provide a delegator implementation of the transaction manager
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)