public interface ProxoolListenerIF
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onRegistration(ConnectionPoolDefinitionIF connectionPoolDefinition,
Properties completeInfo)
Notify that a new connection pool has been registered.
|
void |
onShutdown(String alias)
Notify that a connection pool will be shutdown.
|
void onRegistration(ConnectionPoolDefinitionIF connectionPoolDefinition, Properties completeInfo)
connectionPoolDefinition - the new definition.completeInfo - the properties that could be used to create this definition.void onShutdown(String alias)
alias - the alias of the pool about to be shut down.Copyright © 2024. All rights reserved.