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 LocalTxConnectionManager is a JBoss ConnectionManager implementation for jca adapters implementing LocalTransaction support.
 

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

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
 



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