public interface StateListenerIF
String alias = "myPool";
StateListenerIF myStateListener = new MyStateListener();
ProxoolFacade.addStateListenerIF(alias, myStateListener);
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
STATE_BUSY |
static int |
STATE_DOWN |
static int |
STATE_OVERLOADED |
static int |
STATE_QUIET |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
upStateChanged(int upState) |
Copyright © 2024. All rights reserved.