Java javax.sql PooledConnection fields, constructors, methods, implement or subclass

Example usage for Java javax.sql PooledConnection fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.sql PooledConnection.

The text is from its open source code.

Method

voidaddConnectionEventListener(ConnectionEventListener listener)
Registers the given event listener so that it will be notified when an event occurs on this PooledConnection object.
voidclose()
Closes the physical connection that this PooledConnection object represents.
ConnectiongetConnection()
Creates and returns a Connection object that is a handle for the physical connection that this PooledConnection object represents.
voidremoveConnectionEventListener(ConnectionEventListener listener)
Removes the given event listener from the list of components that will be notified when an event occurs on this PooledConnection object.