org.jboss.resource.connectionmanager.JBossManagedConnectionPool The JBossManagedConnectionPool mbean configures and supplies pooling of JBossConnectionEventListeners to the BaseConnectionManager2 mbean.<p> It may be replaced by any mbean with a readable ManagedConnectionPool attribute of type ManagedConnectionPool. Normal pooling parameters are supplie ...
com.caucho.jca.PoolItem Implementation of the connection manager manager. The head shared connection for transaction The UserPoolItem code is responsible for this field The other pool items joined transaction flag forcing an XA transaction (for the local transaction optimization) true if in local transaction
org.jboss.resource.connectionmanager.BaseConnectionManager2 The BaseConnectionManager2 is an abstract base class for JBoss ConnectionManager implementations. It includes functionality to obtain managed connections from a ManagedConnectionPool mbean, find the Subject from a SubjectSecurityDomain, and interact with the CachedConnectionManager for connection ...
org.jboss.resource.adapter.jms.JmsManagedConnection Managed Connection, manages one or more JMS sessions. <p>Every ManagedConnection will have a physical JMSConnection under the hood. This may leave out several session, as specifyed in 5.5.4 Multiple Connection Handles. Thread safe semantics is provided <p>Hm. If we are to follow the ...