Uses of Interface
org.jboss.resource.connectionmanager.ConnectionListenerFactory

Packages that use ConnectionListenerFactory
org.jboss.resource.connectionmanager   
 

Uses of ConnectionListenerFactory in org.jboss.resource.connectionmanager
 

Classes in org.jboss.resource.connectionmanager that implement ConnectionListenerFactory
 class BaseConnectionManager2
          The BaseConnectionManager2 is an abstract base class for JBoss ConnectionManager implementations.
 class NoTxConnectionManager
          The NoTxConnectionManager is an simple extension class of the BaseConnectionManager2 for use with jca adapters with no transaction support.
 class TxConnectionManager
          The TxConnectionManager is a JBoss ConnectionManager implementation for jca adapters implementing LocalTransaction and XAResource support.
 

Methods in org.jboss.resource.connectionmanager with parameters of type ConnectionListenerFactory
 void JBossManagedConnectionPool.BasePool.setConnectionListenerFactory(ConnectionListenerFactory clf)
           
 void ManagedConnectionPool.setConnectionListenerFactory(ConnectionListenerFactory clf)
          Set the connection listener factory
 

Constructors in org.jboss.resource.connectionmanager with parameters of type ConnectionListenerFactory
InternalManagedConnectionPool(javax.resource.spi.ManagedConnectionFactory mcf, ConnectionListenerFactory clf, Subject subject, javax.resource.spi.ConnectionRequestInfo cri, InternalManagedConnectionPool.PoolParams poolParams, org.jboss.logging.Logger log)
          Create a new internal pool
JBossManagedConnectionPool.SubPoolContext(TransactionManager tm, javax.resource.spi.ManagedConnectionFactory mcf, ConnectionListenerFactory clf, Subject subject, javax.resource.spi.ConnectionRequestInfo cri, InternalManagedConnectionPool.PoolParams poolParams, org.jboss.logging.Logger log)
          Create a new SubPoolContext.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.