Package | Description |
---|---|
org.jboss.jca.core.connectionmanager |
This package contains the connection manager implementation.
|
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 |
AbstractConnectionManager.disconnect(java.util.Collection<ConnectionRecord> conRecords,
java.util.Set<java.lang.String> unsharableResources)
Notification to disconnect connections
|
void |
AbstractConnectionManager.reconnect(java.util.Collection<ConnectionRecord> conns,
java.util.Set<java.lang.String> unsharableResources)
Notification to reconnect connections
|
abstract void |
AbstractConnectionManager.transactionStarted(java.util.Collection<ConnectionRecord> conns)
Notification of transaction started
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionCacheListener.disconnect(java.util.Collection<ConnectionRecord> conns,
java.util.Set<java.lang.String> unsharableResources)
Notification to disconnect connections
|
void |
ConnectionCacheListener.reconnect(java.util.Collection<ConnectionRecord> conns,
java.util.Set<java.lang.String> unsharableResources)
Notification to reconnect connections
|
void |
ConnectionCacheListener.transactionStarted(java.util.Collection<ConnectionRecord> conns)
Notification of transaction started
|
Modifier and Type | Method and Description |
---|---|
void |
NoTxConnectionManagerImpl.transactionStarted(java.util.Collection<ConnectionRecord> conns) |
Modifier and Type | Method and Description |
---|---|
void |
TxConnectionManagerImpl.transactionStarted(java.util.Collection<ConnectionRecord> crs)
Notification of transaction started
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)