kr.co.hit.live.transaction.datasource
Class OracleXAPooledDataSource

java.lang.Object
  extended by kr.co.hit.live.transaction.datasource.PooledDataSource
      extended by kr.co.hit.live.transaction.datasource.XAPooledDataSource
          extended by kr.co.hit.live.transaction.datasource.StandardXAPooledDataSource
              extended by kr.co.hit.live.transaction.datasource.OracleXAPooledDataSource
All Implemented Interfaces:
Wrapper, CommonDataSource, DataSource

public class OracleXAPooledDataSource
extends StandardXAPooledDataSource

Oracle용 XAPooledDataSource의 구현이다. StandardXAPooledDataSource를 상속받았으며, OracleXADataSource를 사용하여 구현되었다.

Since:
3.0
Version:
$Revision: 1.1 $ $Date: 2006/09/26 08:20:10 $
Author:
김형도

Field Summary
 
Fields inherited from class kr.co.hit.live.transaction.datasource.StandardXAPooledDataSource
xads
 
Fields inherited from class kr.co.hit.live.transaction.datasource.PooledDataSource
datasourceName, jdbcAutoCommit, jdbcDriver, jdbcPassword, jdbcUrl, jdbcUsername, poolMaxActive, poolMaxIdle, poolTimeToWait, readTimeout
 
Constructor Summary
OracleXAPooledDataSource(Properties props)
           생성자이다.
 
Method Summary
 
Methods inherited from class kr.co.hit.live.transaction.datasource.StandardXAPooledDataSource
afterGetConnection, createPooledConnection, getLoginTimeout, getLogWriter, isWrapperFor, setLoginTimeout, setLogWriter, setXADataSource, unwrap
 
Methods inherited from class kr.co.hit.live.transaction.datasource.XAPooledDataSource
getConnection
 
Methods inherited from class kr.co.hit.live.transaction.datasource.PooledDataSource
clear, getConnection, getDatasourceName, getPooledConnection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OracleXAPooledDataSource

public OracleXAPooledDataSource(Properties props)
                         throws SQLException

생성자이다. 설정에 필요한 속성값들은 Properties 객체내에 정의한다.

Parameters:
props - 생성시 사용할 속성값들이 정의된 Properties 객체
Throws:
SQLException


Copyright © 2014. All Rights Reserved.