| org.jboss.resource.connectionmanager.BaseConnectionManager2 org.jboss.resource.connectionmanager.NoTxConnectionManager
NoTxConnectionManager | public class NoTxConnectionManager extends BaseConnectionManager2 (Code) | | The NoTxConnectionManager is an simple extension class of the BaseConnectionManager2
for use with jca adapters with no transaction support.
It includes functionality to obtain managed connections from
a ManagedConnectionPool mbean, find the Subject from a SubjectSecurityDomain,
and interact with the CachedConnectionManager for connections held over
transaction and method boundaries. Important mbean references are to a
ManagedConnectionPool supplier (typically a JBossManagedConnectionPool), and a
RARDeployment representing the ManagedConnectionFactory.
author: David Jencks author: Adrian Brock version: $Revision: 57189 $ |
NoTxConnectionManager | public NoTxConnectionManager()(Code) | | |
NoTxConnectionManager | public NoTxConnectionManager(CachedConnectionManager ccm, ManagedConnectionPool poolingStrategy)(Code) | | Creates a new NoTxConnectionManager instance.
for TESTING ONLY! not a managed operation.
Parameters: ccm - a CachedConnectionManager value Parameters: poolingStrategy - a ManagedConnectionPool value |
managedConnectionDisconnected | protected void managedConnectionDisconnected(ConnectionListener cl) throws ResourceException(Code) | | |
|
|