Uses of Interface
org.jboss.jca.core.connectionmanager.listener.ConnectionListener

Packages that use ConnectionListener
org.jboss.jca.core.connectionmanager This package contains the connection manager implementation. 
org.jboss.jca.core.connectionmanager.listener This package contains the connection listener implementation. 
org.jboss.jca.core.connectionmanager.notx This package contains the non-tx connection manager implementation. 
org.jboss.jca.core.connectionmanager.pool This package contains the connection pool implementation. 
org.jboss.jca.core.connectionmanager.pool.api This package contains the connection pool api. 
org.jboss.jca.core.connectionmanager.pool.mcp This package contains the managed connection pool implementations and the factory to create one with. 
org.jboss.jca.core.connectionmanager.tx This package contains the tx connection manager implementation. 
 

Uses of ConnectionListener in org.jboss.jca.core.connectionmanager
 

Methods in org.jboss.jca.core.connectionmanager that return ConnectionListener
 ConnectionListener ConnectionRecord.getConnectionListener()
          Get the connection listener
 ConnectionListener AbstractConnectionManager.getManagedConnection(Subject subject, javax.resource.spi.ConnectionRequestInfo cri)
          Public for use in testing pooling functionality by itself.
protected  ConnectionListener AbstractConnectionManager.getManagedConnection(Transaction transaction, Subject subject, javax.resource.spi.ConnectionRequestInfo cri)
          Get the managed connection from the pool.
 

Methods in org.jboss.jca.core.connectionmanager with parameters of type ConnectionListener
protected  void AbstractConnectionManager.disconnectManagedConnection(ConnectionListener cl)
          Invoked when a managed connection is no longer associated
protected  void AbstractConnectionManager.managedConnectionDisconnected(ConnectionListener cl)
          For polymorphism.
protected  void AbstractConnectionManager.managedConnectionReconnected(ConnectionListener cl)
          For polymorphism.
protected  void AbstractConnectionManager.reconnectManagedConnection(ConnectionListener cl)
          Invoked to reassociate a managed connection.
 void ConnectionManager.unregisterAssociation(ConnectionListener cl, Object c)
          Unregister association.
 void AbstractConnectionManager.unregisterAssociation(ConnectionListener cl, Object c)
          Unregister association.
 

Uses of ConnectionListener in org.jboss.jca.core.connectionmanager.listener
 

Methods in org.jboss.jca.core.connectionmanager.listener that return ConnectionListener
 ConnectionListener ConnectionListenerFactory.createConnectionListener(javax.resource.spi.ManagedConnection managedConnection, Object context)
          Create a managed connection listener for the managed connection.
 

Uses of ConnectionListener in org.jboss.jca.core.connectionmanager.notx
 

Methods in org.jboss.jca.core.connectionmanager.notx that return ConnectionListener
 ConnectionListener NoTxConnectionManagerImpl.createConnectionListener(javax.resource.spi.ManagedConnection managedConnection, Object context)
          Create a managed connection listener for the managed connection.
 

Uses of ConnectionListener in org.jboss.jca.core.connectionmanager.pool
 

Methods in org.jboss.jca.core.connectionmanager.pool that return ConnectionListener
 ConnectionListener AbstractPool.getConnection(Transaction trackByTransaction, Subject subject, javax.resource.spi.ConnectionRequestInfo cri)
          Get a connection
 

Methods in org.jboss.jca.core.connectionmanager.pool with parameters of type ConnectionListener
 void AbstractPool.returnConnection(ConnectionListener cl, boolean kill)
          Return a connection
 

Uses of ConnectionListener in org.jboss.jca.core.connectionmanager.pool.api
 

Methods in org.jboss.jca.core.connectionmanager.pool.api that return ConnectionListener
 ConnectionListener Pool.getConnection(Transaction trackByTransaction, Subject subject, javax.resource.spi.ConnectionRequestInfo cri)
          Get a connection
 

Methods in org.jboss.jca.core.connectionmanager.pool.api with parameters of type ConnectionListener
 void Pool.returnConnection(ConnectionListener cl, boolean kill)
          Return a connection
 

Uses of ConnectionListener in org.jboss.jca.core.connectionmanager.pool.mcp
 

Methods in org.jboss.jca.core.connectionmanager.pool.mcp that return ConnectionListener
 ConnectionListener SemaphoreArrayListManagedConnectionPool.getConnection(Subject subject, javax.resource.spi.ConnectionRequestInfo cri)
          Returns a connection listener that wraps managed connection.
 ConnectionListener ManagedConnectionPool.getConnection(Subject subject, javax.resource.spi.ConnectionRequestInfo cri)
          Returns a connection listener that wraps managed connection.
 ConnectionListener ArrayBlockingQueueManagedConnectionPool.getConnection(Subject subject, javax.resource.spi.ConnectionRequestInfo cri)
          Returns a connection listener that wraps managed connection.
 

Methods in org.jboss.jca.core.connectionmanager.pool.mcp with parameters of type ConnectionListener
 void SemaphoreArrayListManagedConnectionPool.returnConnection(ConnectionListener cl, boolean kill)
          Return connection to the pool.
 void ManagedConnectionPool.returnConnection(ConnectionListener cl, boolean kill)
          Return connection to the pool.
 void ArrayBlockingQueueManagedConnectionPool.returnConnection(ConnectionListener cl, boolean kill)
          Return connection to the pool.
 

Uses of ConnectionListener in org.jboss.jca.core.connectionmanager.tx
 

Methods in org.jboss.jca.core.connectionmanager.tx that return ConnectionListener
 ConnectionListener TxConnectionManagerImpl.createConnectionListener(javax.resource.spi.ManagedConnection mc, Object context)
          Create a managed connection listener for the managed connection.
 ConnectionListener TxConnectionManagerImpl.getManagedConnection(Subject subject, javax.resource.spi.ConnectionRequestInfo cri)
          Public for use in testing pooling functionality by itself.
 

Methods in org.jboss.jca.core.connectionmanager.tx with parameters of type ConnectionListener
protected  void TxConnectionManagerImpl.managedConnectionDisconnected(ConnectionListener cl)
          For polymorphism.
protected  void TxConnectionManagerImpl.managedConnectionReconnected(ConnectionListener cl)
          For polymorphism.
 



Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)