|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.threshd.AbstractThresholdEvaluatorState
public abstract class AbstractThresholdEvaluatorState
Abstract AbstractThresholdEvaluatorState class.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.opennms.netmgt.threshd.ThresholdEvaluatorState |
|---|
ThresholdEvaluatorState.Status |
| Constructor Summary | |
|---|---|
AbstractThresholdEvaluatorState()
|
|
| Method Summary | |
|---|---|
protected Event |
createBasicEvent(String uei,
Date date,
double dsValue,
CollectionResourceWrapper resource,
Map<String,String> additionalParams)
createBasicEvent |
protected String |
formatValue(Double value)
formatValue |
protected ThreadCategory |
log()
log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.opennms.netmgt.threshd.ThresholdEvaluatorState |
|---|
clearState, evaluate, getCleanClone, getEventForState, getThresholdConfig, isTriggered |
| Constructor Detail |
|---|
public AbstractThresholdEvaluatorState()
| Method Detail |
|---|
protected Event createBasicEvent(String uei,
Date date,
double dsValue,
CollectionResourceWrapper resource,
Map<String,String> additionalParams)
createBasicEvent
uei - a String object.date - a Date object.dsValue - a double.resource - a CollectionResourceWrapper object.additionalParams - a Map object.
Event object.protected String formatValue(Double value)
formatValue
value - a Double object.
String object.protected final ThreadCategory log()
log
ThreadCategory object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||