Package | Description |
---|---|
org.jboss.jca.core.api.connectionmanager.ccm |
This package contains the API for the cached connection manager.
|
org.jboss.jca.core.connectionmanager.ccm |
This package contains the cached connection manager.
|
org.jboss.jca.core.spi.transaction.usertx |
This package contains interfaces and classes for integration with UserTransactions.
|
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 | Interface and Description |
---|---|
interface |
CachedConnectionManager
CacheConnectionManager.
|
Modifier and Type | Class and Description |
---|---|
class |
CachedConnectionManagerImpl
CacheConnectionManager.
|
Modifier and Type | Method and Description |
---|---|
void |
UserTransactionRegistry.addListener(UserTransactionListener listener)
Add a listener
|
void |
UserTransactionRegistry.removeListener(UserTransactionListener listener)
Remove a listener
|
Modifier and Type | Method and Description |
---|---|
void |
UserTransactionRegistryImpl.addListener(UserTransactionListener listener)
Add a listener
|
void |
UserTransactionRegistryImpl.removeListener(UserTransactionListener listener)
Remove a listener
|
Constructor and Description |
---|
UserTransactionListenerImpl(UserTransactionListener utl)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
UserTransactionRegistryImpl.addListener(UserTransactionListener listener)
Add a listener
|
void |
UserTransactionRegistryImpl.removeListener(UserTransactionListener listener)
Remove a listener
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)