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

Packages that use ConnectionListener
org.jboss.resource.connectionmanager   
 

Uses of ConnectionListener in org.jboss.resource.connectionmanager
 

Classes in org.jboss.resource.connectionmanager that implement ConnectionListener
protected  class BaseConnectionManager2.BaseConnectionEventListener
           
protected  class TxConnectionManager.TxConnectionEventListener
           
 

Methods in org.jboss.resource.connectionmanager that return ConnectionListener
 ConnectionListener ConnectionListenerFactory.createConnectionListener(javax.resource.spi.ManagedConnection mc, Object context)
          Create a managed connection listener for the managed connection
 ConnectionListener NoTxConnectionManager.createConnectionListener(javax.resource.spi.ManagedConnection mc, Object context)
           
 ConnectionListener TxConnectionManager.createConnectionListener(javax.resource.spi.ManagedConnection mc, Object context)
           
 ConnectionListener InternalManagedConnectionPool.getConnection(Subject subject, javax.resource.spi.ConnectionRequestInfo cri)
          todo distinguish between connection dying while match called and bad match strategy.
 ConnectionListener JBossManagedConnectionPool.BasePool.getConnection(Transaction trackByTransaction, Subject subject, javax.resource.spi.ConnectionRequestInfo cri)
           
 ConnectionListener ManagedConnectionPool.getConnection(Transaction trackByTransaction, Subject subject, javax.resource.spi.ConnectionRequestInfo cri)
          Get a connection
 ConnectionListener BaseConnectionManager2.getManagedConnection(Subject subject, javax.resource.spi.ConnectionRequestInfo cri)
          Public for use in testing pooling functionality by itself.
 ConnectionListener TxConnectionManager.getManagedConnection(Subject subject, javax.resource.spi.ConnectionRequestInfo cri)
           
protected  ConnectionListener BaseConnectionManager2.getManagedConnection(Transaction transaction, Subject subject, javax.resource.spi.ConnectionRequestInfo cri)
          Get the managed connection from the pool
 

Methods in org.jboss.resource.connectionmanager with parameters of type ConnectionListener
protected  void BaseConnectionManager2.disconnectManagedConnection(ConnectionListener cl)
          Invoked when a managed connection is no longer associated
protected  void BaseConnectionManager2.managedConnectionDisconnected(ConnectionListener cl)
          For polymorphism.
protected  void NoTxConnectionManager.managedConnectionDisconnected(ConnectionListener cl)
           
protected  void TxConnectionManager.managedConnectionDisconnected(ConnectionListener cl)
           
protected  void BaseConnectionManager2.managedConnectionReconnected(ConnectionListener cl)
          For polymorphism.
protected  void TxConnectionManager.managedConnectionReconnected(ConnectionListener cl)
           
protected  void BaseConnectionManager2.reconnectManagedConnection(ConnectionListener cl)
          Invoked to reassociate a managed connection
 void InternalManagedConnectionPool.returnConnection(ConnectionListener cl, boolean kill)
           
 void JBossManagedConnectionPool.BasePool.returnConnection(ConnectionListener cl, boolean kill)
           
 void ManagedConnectionPool.returnConnection(ConnectionListener cl, boolean kill)
          Return a connection
 void BaseConnectionManager2.returnManagedConnection(ConnectionListener cl, boolean kill)
           
protected  void BaseConnectionManager2.unregisterAssociation(ConnectionListener cl, Object c)
           
 

Constructors in org.jboss.resource.connectionmanager with parameters of type ConnectionListener
ConnectionRecord(ConnectionListener cl, Object connection, javax.resource.spi.ConnectionRequestInfo cri)
           
 



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