org.logicalcobwebs.proxool
Interface StateListenerIF
- CompositeStateListener
public interface StateListenerIF
Monitors the state of the pool so you can see whether it is
quiet, busy, overloaded, or down.
String alias = "myPool";
StateListenerIF myStateListener = new MyStateListener();
ProxoolFacade.addStateListenerIF
(alias, myStateListener);
$Revision: 1.5 $, $Date: 2003/03/03 11:11:58 $- billhorsman
- $Author: billhorsman $ (current maintainer)
STATE_BUSY
public static final int STATE_BUSY
STATE_DOWN
public static final int STATE_DOWN
STATE_OVERLOADED
public static final int STATE_OVERLOADED
STATE_QUIET
public static final int STATE_QUIET
upStateChanged
public void upStateChanged(int upState)