public interface ConnectionListener
Modifier and Type | Method and Description |
---|---|
void |
activated(java.sql.Connection c)
Connection activated
|
void |
initialize(java.lang.ClassLoader cl)
Initialize
|
void |
passivated(java.sql.Connection c)
Connection passivated
|
void initialize(java.lang.ClassLoader cl) throws java.sql.SQLException
cl
- The class loader which can be used for initializationjava.sql.SQLException
- Thrown in case of an errorvoid activated(java.sql.Connection c) throws java.sql.SQLException
c
- The connectionjava.sql.SQLException
- Thrown in case of an errorvoid passivated(java.sql.Connection c) throws java.sql.SQLException
c
- The connectionjava.sql.SQLException
- Thrown in case of an errorCopyright © 2013 IronJacamar (http://www.ironjacamar.org)