| 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.spi.transaction.local |
This package contains extensions towards LocalTransaction.
|
| 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,
Object connection,
javax.resource.spi.ConnectionRequestInfo cri)
Register connection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocalXAResource.setConnectionListener(ConnectionListener cl)
Set the connection listener.
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)