Package | Description |
---|---|
org.jboss.jca.core.api.connectionmanager.ccm |
This package contains the API for the cached connection manager.
|
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.listener |
This package contains the connection listener 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.
|
Modifier and Type | Method and Description |
---|---|
void |
CachedConnectionManager.registerConnection(ConnectionCacheListener cm,
ConnectionListener cl,
java.lang.Object connection,
javax.resource.spi.ConnectionRequestInfo cri)
Register connection.
|
void |
CachedConnectionManager.unregisterConnection(ConnectionCacheListener cm,
java.lang.Object connection)
Unregister connection.
|
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 |
AbstractConnectionManager
AbstractConnectionManager.
|
Modifier and Type | Method and Description |
---|---|
void |
CachedConnectionManagerImpl.registerConnection(ConnectionCacheListener cm,
ConnectionListener cl,
java.lang.Object connection,
javax.resource.spi.ConnectionRequestInfo cri)
Register connection.
|
void |
CachedConnectionManagerImpl.unregisterConnection(ConnectionCacheListener cm,
java.lang.Object connection)
Unregister connection.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConnectionCacheListener
ConnectionCacheListener.
|
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.
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)