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 | Interface and Description |
---|---|
interface |
NoTxConnectionManager
Internal connection manager contract for non-transactional contexts.
|
interface |
TxConnectionManager
Internal connection manager contract for transactional contexts.
|
Modifier and Type | Method and Description |
---|---|
protected ConnectionManager |
AbstractConnectionListener.getConnectionManager()
Gets connection manager.
|
Constructor and Description |
---|
AbstractConnectionListener(ConnectionManager cm,
javax.resource.spi.ManagedConnection managedConnection,
Pool pool,
java.lang.Object context,
org.jboss.jca.common.api.metadata.common.FlushStrategy flushStrategy)
Creates a new instance of the listener that is responsible for
tracking the owned connection instance.
|
NoTxConnectionListener(ConnectionManager cm,
javax.resource.spi.ManagedConnection mc,
Pool pool,
java.lang.Object context,
org.jboss.jca.common.api.metadata.common.FlushStrategy flushStrategy)
Creates a new no-tx listener.
|
TxConnectionListener(ConnectionManager cm,
javax.resource.spi.ManagedConnection mc,
Pool pool,
java.lang.Object context,
org.jboss.jca.common.api.metadata.common.FlushStrategy flushStrategy,
javax.transaction.xa.XAResource xaResource)
Creates a new tx listener.
|
Modifier and Type | Class and Description |
---|---|
class |
NoTxConnectionManagerImpl
Non transactional connection manager implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
TxConnectionManagerImpl
The TxConnectionManager is a JBoss ConnectionManager
implementation for JCA adapters implementing LocalTransaction and XAResource support.
|
Copyright ? 2008-2009 Red Hat Middleware LLC (http://www.jboss.com/)