Package | Description |
---|---|
org.jboss.jca.core.api.connectionmanager |
The API for the IronJacamar Core/ConnectionManager module.
|
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.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 | Method and Description |
---|---|
void |
ConnectionManager.returnManagedConnection(ConnectionListener cl,
boolean kill)
Kill given connection listener wrapped connection instance.
|
Modifier and Type | Method and Description |
---|---|
void |
CachedConnectionManager.registerConnection(ConnectionCacheListener cm,
ConnectionListener cl,
java.lang.Object connection,
javax.resource.spi.ConnectionRequestInfo cri)
Register connection.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractConnectionManager.returnManagedConnection(ConnectionListener bcl,
boolean kill)
Kill given connection listener wrapped connection instance.
|
Constructor and Description |
---|
ConnectionRecord(ConnectionListener cl,
java.lang.Object connection,
javax.resource.spi.ConnectionRequestInfo cri)
Creates a new connection record.
|
Modifier and Type | Method and Description |
---|---|
void |
CachedConnectionManagerImpl.registerConnection(ConnectionCacheListener cm,
ConnectionListener cl,
java.lang.Object connection,
javax.resource.spi.ConnectionRequestInfo cri)
Register connection.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConnectionListener
Connection listener.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractConnectionListener
Abstract implementation of the
ConnectionListener interface
contract. |
class |
NoTxConnectionListener
NoTx Connection Listener.
|
class |
TxConnectionListener
Tx connection listener.
|
Modifier and Type | Method and Description |
---|---|
void |
LocalXAResource.setConnectionListener(ConnectionListener cl)
Set the connection listener.
|
Modifier and Type | Method and Description |
---|---|
void |
LocalXAResourceImpl.setConnectionListener(ConnectionListener cl)
Set the connection listener.
|
Modifier and Type | Method and Description |
---|---|
void |
LocalXAResourceImpl.setConnectionListener(ConnectionListener cl)
Set the connection listener.
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)