org.logicalcobwebs.proxool
类 CompositeConfigurationListener
java.lang.Object
org.logicalcobwebs.proxool.util.AbstractListenerContainer
org.logicalcobwebs.proxool.CompositeConfigurationListener
- 所有已实现的接口:
- ConfigurationListenerIF, ListenerContainerIF
public class CompositeConfigurationListener
- extends AbstractListenerContainer
- implements ConfigurationListenerIF
A ConfigurationListenerIF that keeps a list of ConfigurationListenerIFs
and notifies them in a thread safe manner.
It also implements ListenerContainerIF
which provides methods for
adding and
removing listeners.
- 从以下版本开始:
- Proxool 0.7
- 版本:
- $Revision: 1.7 $, $Date: 2006/01/18 14:40:01 $
- 作者:
- Christian Nedregaard (christian_nedregaard@email.com), $Author: billhorsman $ (current maintainer)
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeConfigurationListener
public CompositeConfigurationListener()
definitionUpdated
public void definitionUpdated(ConnectionPoolDefinitionIF connectionPoolDefinition,
Properties completeInfo,
Properties changedInfo)
- 从接口
ConfigurationListenerIF 复制的描述
- Gets called once after a pool has been updated.
- 指定者:
- 接口
ConfigurationListenerIF 中的 definitionUpdated
- 参数:
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.- 另请参见:
ConfigurationListenerIF.definitionUpdated(ConnectionPoolDefinitionIF, Properties, Properties)
Copyright © 2014. All rights reserved.