|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ServiceThresholder
The Thresholder class...
| Field Summary | |
|---|---|
static String[] |
statusType
|
static int |
THRESHOLDING_FAILED
|
static int |
THRESHOLDING_SUCCEEDED
|
static int |
THRESHOLDING_UNKNOWN
Status of the thresholder object. |
| Method Summary | |
|---|---|
int |
check(ThresholdNetworkInterface iface,
EventProxy eproxy,
Map parameters)
Invokes threshold checking on the object. |
void |
initialize(Map parameters)
|
void |
initialize(ThresholdNetworkInterface iface,
Map parameters)
|
void |
reinitialize()
Called when configurations have changed and need to be refreshed at the ServiceThresolder level. |
void |
release()
|
void |
release(ThresholdNetworkInterface iface)
|
| Field Detail |
|---|
static final int THRESHOLDING_UNKNOWN
static final int THRESHOLDING_SUCCEEDED
static final int THRESHOLDING_FAILED
static final String[] statusType
| Method Detail |
|---|
void initialize(Map parameters)
void reinitialize()
void release()
void initialize(ThresholdNetworkInterface iface,
Map parameters)
void release(ThresholdNetworkInterface iface)
int check(ThresholdNetworkInterface iface,
EventProxy eproxy,
Map parameters)
Invokes threshold checking on the object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||