站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 connector API Documentation 英文版文档

Uses of Class org.jboss.resource.connectionmanager.CachedConnectionManager (JBoss Connector API) - JBoss 4.0.1 sp1 connector API Documentation 英文版文档


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

Packages that use CachedConnectionManager
org.jboss.resource.connectionmanager   
 

Uses of CachedConnectionManager in org.jboss.resource.connectionmanager
 

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

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



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