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

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.DB2XAPooledDataSource
All Implemented Interfaces:
Wrapper, CommonDataSource, DataSource

public class DB2XAPooledDataSource
extends StandardXAPooledDataSource

DB2 용 XA Connection DataSource 구현 클래스.

Since:
4.0
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
DB2XAPooledDataSource(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

DB2XAPooledDataSource

public DB2XAPooledDataSource(Properties props)
                      throws SQLException
Throws:
SQLException


Copyright © 2014. All Rights Reserved.