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

Uses of Class org.jboss.resource.adapter.jdbc.xa.XAManagedConnectionFactory (JBoss Connector API) - JBoss 3.2.7 connector API Documentation 英文版文档


Uses of Class
org.jboss.resource.adapter.jdbc.xa.XAManagedConnectionFactory

Packages that use XAManagedConnectionFactory
org.jboss.resource.adapter.jdbc.xa   
org.jboss.resource.adapter.jdbc.xa.oracle   
 

Uses of XAManagedConnectionFactory in org.jboss.resource.adapter.jdbc.xa
 

Constructors in org.jboss.resource.adapter.jdbc.xa with parameters of type XAManagedConnectionFactory
XAManagedConnection(XAManagedConnectionFactory mcf, XAConnection xaConnection, Properties props, int transactionIsolation, int psCacheSize, boolean doQueryTimeout)
           
 

Uses of XAManagedConnectionFactory in org.jboss.resource.adapter.jdbc.xa.oracle
 

Subclasses of XAManagedConnectionFactory in org.jboss.resource.adapter.jdbc.xa.oracle
 class XAOracleManagedConnectionFactory
          XAManagedConnectionFactory that creates instances of XAOracleManagedConnection.
 

Constructors in org.jboss.resource.adapter.jdbc.xa.oracle with parameters of type XAManagedConnectionFactory
XAOracleManagedConnection(XAManagedConnectionFactory mcf, XAConnection xaConnection, Properties props, int transactionIsolation, int psCacheSize, boolean doQueryTimeout)
          Constructor for XAResourceWrapper.
 



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