Protomatter Software v1.1.7

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

Method Summary
 void addConnectionEventListener(javax.sql.ConnectionEventListener listener)
          Not currently implemented.
 void close()
           
 java.sql.Connection getConnection()
           
 void removeConnectionEventListener(javax.sql.ConnectionEventListener listener)
          Not currently implemented.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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

Protomatter Software v1.1.7
Copyright 1998-2002 Nate Sammons

Protomatter Software v1.1.7 http://protomatter.sourceforge.net/1.1.7