com.protomatter.jdbc.pool
Class JdbcConnectionPoolPooledConnection
java.lang.Object
|
+--com.protomatter.jdbc.pool.JdbcConnectionPoolPooledConnection
- All Implemented Interfaces:
- javax.sql.PooledConnection
- public class JdbcConnectionPoolPooledConnection
- extends java.lang.Object
- implements javax.sql.PooledConnection
An implementation of the javax.sql.PooledConnection interface.
This is only for use with the JdbcConnectionPoolDataSource
class.
- See Also:
JdbcConnectionPoolDataSource
,
JdbcConnectionPoolDriver
,
JdbcConnectionPool
,
PooledConnection
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getConnection
public java.sql.Connection getConnection()
throws java.sql.SQLException
- Specified by:
getConnection
in interface javax.sql.PooledConnection
- See Also:
ConnectionPoolDataSource
close
public void close()
throws java.sql.SQLException
- Specified by:
close
in interface javax.sql.PooledConnection
- See Also:
ConnectionPoolDataSource
addConnectionEventListener
public void addConnectionEventListener(javax.sql.ConnectionEventListener listener)
- Not currently implemented.
- Specified by:
addConnectionEventListener
in interface javax.sql.PooledConnection
- See Also:
ConnectionPoolDataSource
removeConnectionEventListener
public void removeConnectionEventListener(javax.sql.ConnectionEventListener listener)
- Not currently implemented.
- Specified by:
removeConnectionEventListener
in interface javax.sql.PooledConnection
- See Also:
ConnectionPoolDataSource