接口 org.logicalcobwebs.proxool.StateListenerIF
的使用

使用 StateListenerIF 的软件包
org.logicalcobwebs.proxool A Java SQL Driver that provides a connection pool wrapper around another Driver of your choice. 
 

org.logicalcobwebs.proxoolStateListenerIF 的使用
 

实现 StateListenerIForg.logicalcobwebs.proxool 中的类
 class CompositeStateListener
          A StateListenerIF that keeps a list of StateListenerIFs and notifies them in a thread safe manner.
 

参数类型为 StateListenerIForg.logicalcobwebs.proxool 中的方法
static void ProxoolFacade.addStateListener(String alias, StateListenerIF stateListener)
          Add a listener that monitors the change of state of the pool (quiet, busy, overloaded, or down)
static boolean ProxoolFacade.removeStateListener(String alias, StateListenerIF stateListener)
          Remove a listener that monitors the change of state of the pool (quiet, busy, overloaded, or down)
static void ProxoolFacade.setStateListener(String alias, StateListenerIF stateListener)
          已过时。 use ProxoolFacade.addStateListener(String, StateListenerIF) instead.
 



Copyright © 2014. All rights reserved.