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)

字段摘要
static int STATE_BUSY
           
static int STATE_DOWN
           
static int STATE_OVERLOADED
           
static int STATE_QUIET
           
 
方法摘要
 void upStateChanged(int upState)
           
 

字段详细信息

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.