Uses of Class
org.jboss.resource.connectionmanager.CachedConnectionManager

Packages that use CachedConnectionManager
org.jboss.resource.connectionmanager   
 

Uses of CachedConnectionManager in org.jboss.resource.connectionmanager
 

Fields in org.jboss.resource.connectionmanager declared as CachedConnectionManager
protected  CachedConnectionManager BaseConnectionManager2.ccm
           
 

Methods in org.jboss.resource.connectionmanager that return CachedConnectionManager
 CachedConnectionManager CachedConnectionManagerReference.getCachedConnectionManager()
           
protected  CachedConnectionManager BaseConnectionManager2.getCcm()
           
 CachedConnectionManager CachedConnectionManagerMBean.getInstance()
          The Instance attribute simply holds the current instance, which is normally the only instance of CachedConnectionManager.
 CachedConnectionManager CachedConnectionManager.getInstance()
           
 

Methods in org.jboss.resource.connectionmanager with parameters of type CachedConnectionManager
 void CachedConnectionManagerReference.setCachedConnectionManager(CachedConnectionManager cachedConnectionManager)
           
 

Constructors in org.jboss.resource.connectionmanager with parameters of type CachedConnectionManager
BaseConnectionManager2(CachedConnectionManager ccm, ManagedConnectionPool poolingStrategy)
          Creates a new BaseConnectionManager2 instance.
NoTxConnectionManager(CachedConnectionManager ccm, ManagedConnectionPool poolingStrategy)
          Creates a new NoTxConnectionManager instance.
TxConnectionManager(CachedConnectionManager ccm, ManagedConnectionPool poolingStrategy, TransactionManager tm)
          Creates a new TxConnectionManager instance.
 



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