Uses of Interface
org.geotools.jdbc.ConnectionLifecycleListener
-
Packages that use ConnectionLifecycleListener Package Description org.geotools.jdbc -
-
Uses of ConnectionLifecycleListener in org.geotools.jdbc
Classes in org.geotools.jdbc that implement ConnectionLifecycleListener Modifier and Type Class Description class
SessionCommandsListener
AConnectionLifecycleListener
that executes custom SQL commands on connection grab and release.Fields in org.geotools.jdbc with type parameters of type ConnectionLifecycleListener Modifier and Type Field Description protected List<ConnectionLifecycleListener>
JDBCDataStore. connectionLifecycleListeners
The listeners that are allowed to handle the connection lifecycleMethods in org.geotools.jdbc that return types with arguments of type ConnectionLifecycleListener Modifier and Type Method Description List<ConnectionLifecycleListener>
JDBCDataStore. getConnectionLifecycleListeners()
Returns a modifiable list of connection lifecycle listeners
-