org.logicalcobwebs.proxool
接口 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_QUIET
static final int STATE_QUIET
- 另请参见:
- 常量字段值
STATE_BUSY
static final int STATE_BUSY
- 另请参见:
- 常量字段值
STATE_OVERLOADED
static final int STATE_OVERLOADED
- 另请参见:
- 常量字段值
STATE_DOWN
static final int STATE_DOWN
- 另请参见:
- 常量字段值
upStateChanged
void upStateChanged(int upState)
Copyright © 2014. All rights reserved.