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

XAOracleManagedConnectionFactory (JBoss Connector API) - JBoss 3.2.7 connector API Documentation 英文版文档


org.jboss.resource.adapter.jdbc.xa.oracle
Class XAOracleManagedConnectionFactory

java.lang.Object
  extended byorg.jboss.resource.adapter.jdbc.BaseWrapperManagedConnectionFactory
      extended byorg.jboss.resource.adapter.jdbc.xa.XAManagedConnectionFactory
          extended byorg.jboss.resource.adapter.jdbc.xa.oracle.XAOracleManagedConnectionFactory
All Implemented Interfaces:
javax.resource.spi.ManagedConnectionFactory, Serializable

public class XAOracleManagedConnectionFactory
extends XAManagedConnectionFactory

XAManagedConnectionFactory that creates instances of XAOracleManagedConnection.

Version:
$Revision:$
Author:
Igor Fedorenko.
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnectionFactory
checkValidConnectionSQL, connectionChecker, connectionProps, doQueryTimeout, log, newConnectionSQL, password, preparedStatementCacheSize, TRACK_STATEMENTS_FALSE, TRACK_STATEMENTS_FALSE_INT, TRACK_STATEMENTS_NOWARN, TRACK_STATEMENTS_NOWARN_INT, TRACK_STATEMENTS_TRUE, TRACK_STATEMENTS_TRUE_INT, trackStatements, transactionIsolation, userName, validConnectionCheckerClassName
 
Constructor Summary
XAOracleManagedConnectionFactory()
          Constructor for XAOracleManagedConnectionFactory.
 
Method Summary
protected  javax.resource.spi.ManagedConnection newXAManagedConnection(Properties props, XAConnection xaConnection)
          This method can be overwritten by sublcasses to provide rm specific implementation of XAManagedConnection
 
Methods inherited from class org.jboss.resource.adapter.jdbc.xa.XAManagedConnectionFactory
createManagedConnection, equals, getIsSameRMOverrideValue, getXADataSource, getXADataSourceClass, getXADataSourceProperties, hashCode, matchManagedConnections, setIsSameRMOverrideValue, setXADataSourceClass, setXADataSourceProperties
 
Methods inherited from class org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnectionFactory
createConnectionFactory, createConnectionFactory, getCheckValidConnectionSQL, getConnectionProperties, getExceptionSorterClassName, getLogWriter, getNewConnectionSQL, getPassword, getPreparedStatementCacheSize, getTrackStatements, getTransactionIsolation, getTxQueryTimeout, getUserName, getValidConnectionCheckerClassName, setCheckValidConnectionSQL, setExceptionSorterClassName, setLogWriter, setNewConnectionSQL, setPassword, setPreparedStatementCacheSize, setTrackStatements, setTransactionIsolation, setTxQueryTimeout, setUserName, setValidConnectionCheckerClassName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XAOracleManagedConnectionFactory

public XAOracleManagedConnectionFactory()
Constructor for XAOracleManagedConnectionFactory.

Method Detail

newXAManagedConnection

protected javax.resource.spi.ManagedConnection newXAManagedConnection(Properties props,
                                                                      XAConnection xaConnection)
                                                               throws SQLException
Description copied from class: XAManagedConnectionFactory
This method can be overwritten by sublcasses to provide rm specific implementation of XAManagedConnection

Overrides:
newXAManagedConnection in class XAManagedConnectionFactory
Throws:
SQLException
See Also:
XAManagedConnectionFactory.newXAManagedConnection(Properties, XAConnection)


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