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

Uses of Class org.jboss.resource.connectionmanager.CachedConnectionManager (JBoss Connector API) - JBoss 3.2.7 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
XATxConnectionManager(CachedConnectionManager ccm, ManagedConnectionPool poolingStrategy, TransactionManager tm)
          Creates a new XATxConnectionManager instance.
TxConnectionManager(CachedConnectionManager ccm, ManagedConnectionPool poolingStrategy, TransactionManager tm)
          Creates a new TxConnectionManager instance.
NoTxConnectionManager(CachedConnectionManager ccm, ManagedConnectionPool poolingStrategy)
          Creates a new NoTxConnectionManager instance.
LocalTxConnectionManager(CachedConnectionManager ccm, ManagedConnectionPool poolingStrategy, TransactionManager tm)
          Creates a new LocalTxConnectionManager instance.
BaseConnectionManager2(CachedConnectionManager ccm, ManagedConnectionPool poolingStrategy)
          Creates a new BaseConnectionManager2 instance.
 



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