com.p6spy.engine.spy
Class P6ConnectionPoolDataSource
java.lang.Object
com.p6spy.engine.spy.P6Base
com.p6spy.engine.spy.P6DataSource
com.p6spy.engine.spy.P6ConnectionPoolDataSource
- All Implemented Interfaces:
- Serializable, Referenceable, ConnectionPoolDataSource, DataSource
public class P6ConnectionPoolDataSource
- extends P6DataSource
- implements ConnectionPoolDataSource
- See Also:
- Serialized Form
Methods inherited from class com.p6spy.engine.spy.P6DataSource |
bindDataSource, getConnection, getConnection, getLoginTimeout, getLogWriter, getRealDataSource, getReference, initMethod, setLoginTimeout, setLogWriter, setRealDataSource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
P6ConnectionPoolDataSource
public P6ConnectionPoolDataSource()
P6ConnectionPoolDataSource
public P6ConnectionPoolDataSource(DataSource ds)
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