public interface ServiceThresholder
The Thresholder class...
| Modifier and Type | Field and Description |
|---|---|
static String[] |
statusType
Constant
statusType="{ Unknown, THRESHOLDING_SUCCEEDED, THRE"{trunked} |
static int |
THRESHOLDING_FAILED
Constant
THRESHOLDING_FAILED=2 |
static int |
THRESHOLDING_SUCCEEDED
Constant
THRESHOLDING_SUCCEEDED=1 |
static int |
THRESHOLDING_UNKNOWN
Status of the thresholder object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
check(ThresholdNetworkInterface iface,
EventProxy eproxy,
Map<?,?> parameters)
Invokes threshold checking on the object.
|
void |
initialize(Map<?,?> parameters)
initialize
|
void |
initialize(ThresholdNetworkInterface iface,
Map<?,?> parameters)
initialize
|
void |
reinitialize()
Called when configurations have changed and need to be refreshed at the ServiceThresolder level.
|
void |
release()
release
|
void |
release(ThresholdNetworkInterface iface)
release
|
static final int THRESHOLDING_UNKNOWN
static final int THRESHOLDING_SUCCEEDED
THRESHOLDING_SUCCEEDED=1static final int THRESHOLDING_FAILED
THRESHOLDING_FAILED=2static final String[] statusType
statusType="{ Unknown, THRESHOLDING_SUCCEEDED, THRE"{trunked}void reinitialize()
void release()
release
void initialize(ThresholdNetworkInterface iface, Map<?,?> parameters)
initialize
iface - a ThresholdNetworkInterface object.parameters - a Map object.void release(ThresholdNetworkInterface iface)
release
iface - a ThresholdNetworkInterface object.int check(ThresholdNetworkInterface iface, EventProxy eproxy, Map<?,?> parameters)
Invokes threshold checking on the object.
iface - a ThresholdNetworkInterface object.eproxy - a EventProxy object.parameters - a Map object.Copyright © 2015. All Rights Reserved.