|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.threshd.ThresholdingSet
org.opennms.netmgt.threshd.CollectorThresholdingSet
public class CollectorThresholdingSet
CollectorThresholdingSet class.
| Field Summary |
|---|
| Fields inherited from class org.opennms.netmgt.threshd.ThresholdingSet |
|---|
m_configManager, m_hasThresholds, m_hostAddress, m_initialized, m_nodeId, m_repository, m_scheduledOutages, m_serviceName, m_thresholdGroups, m_thresholdsDao |
| Constructor Summary | |
|---|---|
CollectorThresholdingSet(int nodeId,
String hostAddress,
String serviceName,
RrdRepository repository,
Map<String,Object> roProps)
Constructor for CollectorThresholdingSet. |
|
| Method Summary | |
|---|---|
List<Event> |
applyThresholds(CollectionResource resource,
Map<String,CollectionAttribute> attributesMap,
Date collectionTimestamp)
|
boolean |
hasThresholds(CollectionAttribute attribute)
hasThresholds |
protected boolean |
isCollectionEnabled(CollectionResource resource)
|
protected boolean |
passedThresholdFilters(CollectionResourceWrapper resource,
ThresholdEntity thresholdEntity)
passedThresholdFilters |
| Methods inherited from class org.opennms.netmgt.threshd.ThresholdingSet |
|---|
applyThresholds, hasThresholds, hasThresholds, initialize, initThresholdsDao, isNodeInOutage, log, mergeThresholdGroups, reinitialize, toString, updateScheduledOutages |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CollectorThresholdingSet(int nodeId,
String hostAddress,
String serviceName,
RrdRepository repository,
Map<String,Object> roProps)
Constructor for CollectorThresholdingSet.
nodeId - a int.hostAddress - a String object.serviceName - a String object.repository - a RrdRepository object.| Method Detail |
|---|
public boolean hasThresholds(CollectionAttribute attribute)
hasThresholds
attribute - a CollectionAttribute object.
public List<Event> applyThresholds(CollectionResource resource,
Map<String,CollectionAttribute> attributesMap,
Date collectionTimestamp)
protected boolean passedThresholdFilters(CollectionResourceWrapper resource,
ThresholdEntity thresholdEntity)
passedThresholdFilters
passedThresholdFilters in class ThresholdingSetresource - a CollectionResourceWrapper object.thresholdEntity - a ThresholdEntity object.
protected boolean isCollectionEnabled(CollectionResource resource)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||