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)

构造方法摘要
CompositeConfigurationListener()
           
 
方法摘要
 void definitionUpdated(ConnectionPoolDefinitionIF connectionPoolDefinition, Properties completeInfo, Properties changedInfo)
          Gets called once after a pool has been updated.
 
从类 org.logicalcobwebs.proxool.util.AbstractListenerContainer 继承的方法
addListener, getListeners, isEmpty, removeListener, stringToUP, UPToString
 
从类 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 definition
completeInfo - the properties that could be used to create this definition
changedInfo - 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.