org.logicalcobwebs.proxool
public interface ProxoolListenerIF
Modifier and Type | Method and Description |
---|---|
void |
onRegistration(ConnectionPoolDefinitionIF connectionPoolDefinition,
java.util.Properties completeInfo)
Notify that a new connection pool has been registered.
|
void |
onShutdown(java.lang.String alias)
Notify that a connection pool will be shutdown.
|
void onRegistration(ConnectionPoolDefinitionIF connectionPoolDefinition, java.util.Properties completeInfo)
connectionPoolDefinition
- the new definition.completeInfo
- the properties that could be used to create this definition.void onShutdown(java.lang.String alias)
alias
- the alias of the pool about to be shut down.