Uses of Interface
org.jboss.jca.core.api.connectionmanager.listener.ConnectionCacheListener

Packages that use ConnectionCacheListener
org.jboss.jca.core.api.connectionmanager.ccm This package contains the API for the cached connection manager. 
 

Uses of ConnectionCacheListener in org.jboss.jca.core.api.connectionmanager.ccm
 

Methods in org.jboss.jca.core.api.connectionmanager.ccm with parameters of type ConnectionCacheListener
 void CachedConnectionManager.registerConnection(ConnectionCacheListener cm, ConnectionListener cl, Object connection, javax.resource.spi.ConnectionRequestInfo cri)
          Register connection.
 void CachedConnectionManager.unregisterConnection(ConnectionCacheListener cm, Object connection)
          Unregister connection.
 



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