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 |
---|---|
abstract void |
AbstractConnectionManager.transactionStarted(java.util.Collection<ConnectionRecord> conns)
Notification of transaction started
|
Modifier and Type | Method and Description |
---|---|
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 © 2014 IronJacamar (http://www.ironjacamar.org)