org.logicalcobwebs.proxool
public interface StateListenerIF
String alias = "myPool";
StateListenerIF myStateListener = new MyStateListener();
ProxoolFacade.addStateListenerIF
(alias, myStateListener);
Modifier and Type | Field and Description |
---|---|
static int |
STATE_BUSY |
static int |
STATE_DOWN |
static int |
STATE_OVERLOADED |
static int |
STATE_QUIET |
Modifier and Type | Method and Description |
---|---|
void |
upStateChanged(int upState) |
static final int STATE_QUIET
static final int STATE_BUSY
static final int STATE_OVERLOADED
static final int STATE_DOWN