com.p6spy.engine.spy
Class P6ConnectionPoolDataSource

java.lang.Object
  extended bycom.p6spy.engine.spy.P6Base
      extended bycom.p6spy.engine.spy.P6DataSource
          extended bycom.p6spy.engine.spy.P6ConnectionPoolDataSource
All Implemented Interfaces:
ConnectionPoolDataSource, DataSource, Referenceable, Serializable

public class P6ConnectionPoolDataSource
extends P6DataSource
implements ConnectionPoolDataSource

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.p6spy.engine.spy.P6DataSource
rds, rdsName
 
Fields inherited from class com.p6spy.engine.spy.P6Base
factory
 
Constructor Summary
P6ConnectionPoolDataSource()
           
 
Method Summary
 PooledConnection getPooledConnection()
           
 PooledConnection getPooledConnection(String s, String s1)
           
 
Methods inherited from class com.p6spy.engine.spy.P6DataSource
bindDataSource, getConnection, getConnection, getLoginTimeout, getLogWriter, getRealDataSource, getReference, initMethod, setLoginTimeout, setLogWriter, setRealDataSource
 
Methods inherited from class com.p6spy.engine.spy.P6Base
getP6Factory, setP6Factory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.sql.ConnectionPoolDataSource
getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriter
 

Constructor Detail

P6ConnectionPoolDataSource

public P6ConnectionPoolDataSource()
Method Detail

getPooledConnection

public PooledConnection getPooledConnection()
                                     throws SQLException
Specified by:
getPooledConnection in interface ConnectionPoolDataSource
Throws:
SQLException

getPooledConnection

public PooledConnection getPooledConnection(String s,
                                            String s1)
                                     throws SQLException
Specified by:
getPooledConnection in interface ConnectionPoolDataSource
Throws:
SQLException