public interface ConfigurationListenerIF
definition.
This gives you the opportunity to persist a definition.
String alias = "myPool";
ConfigurationListenerIF myConfigurationListener = new MyConfigurationListener();
ProxoolFacade.addConfigurationListener(alias, myConfigurationListener);
| 限定符和类型 | 方法和说明 |
|---|---|
void |
definitionUpdated(ConnectionPoolDefinitionIF connectionPoolDefinition,
Properties completeInfo,
Properties changedInfo)
Gets called once after a pool has been updated.
|
void definitionUpdated(ConnectionPoolDefinitionIF connectionPoolDefinition, Properties completeInfo, Properties changedInfo)
connectionPoolDefinition - the new definitioncompleteInfo - the properties that could be used to create this definitionchangedInfo - only the properties that have changed since the pool was
registered, or this method was las called.Copyright © 2024. All rights reserved.