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)
Register connection.
|
void |
CachedConnectionManager.unregisterConnection(ConnectionCacheListener cm,
ConnectionListener cl,
Object connection)
Unregister connection.
|
Modifier and Type | Method and Description |
---|---|
void |
LocalXAResource.setConnectionListener(ConnectionListener cl)
Set the connection listener.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.