public interface ConnectionListener
Modifier and Type | Method and Description |
---|---|
void |
activated(Connection c)
Connection activated
|
void |
initialize(ClassLoader cl)
Initialize
|
void |
passivated(Connection c)
Connection passivated
|
void initialize(ClassLoader cl) throws SQLException
cl
- The class loader which can be used for initializationSQLException
- Thrown in case of an errorvoid activated(Connection c) throws SQLException
c
- The connectionSQLException
- Thrown in case of an errorvoid passivated(Connection c) throws SQLException
c
- The connectionSQLException
- Thrown in case of an errorCopyright © 2021 JBoss by Red Hat. All rights reserved.