javax.sql
Interface PooledConnection

All Known Subinterfaces:
XAConnection

public interface PooledConnection

Since:
1.4

Method Summary
 void addConnectionEventListener(ConnectionEventListener listener)
           
 void close()
           
 Connection getConnection()
           
 void removeConnectionEventListener(ConnectionEventListener listener)
           
 

Method Detail

getConnection

Connection getConnection()
                         throws SQLException
Throws:
SQLException
Since:
1.4

close

void close()
           throws SQLException
Throws:
SQLException
Since:
1.4

addConnectionEventListener

void addConnectionEventListener(ConnectionEventListener listener)
Since:
1.4

removeConnectionEventListener

void removeConnectionEventListener(ConnectionEventListener listener)
Since:
1.4