org.netxms.client.datacollection
Class ThresholdViolationSummary

java.lang.Object
  extended by org.netxms.client.datacollection.ThresholdViolationSummary

public class ThresholdViolationSummary
extends java.lang.Object

Threshold violation summary for node


Constructor Summary
ThresholdViolationSummary(NXCPMessage msg, long baseId)
          Create from NXCP message.
 
Method Summary
 int getCurrentSeverity()
          Get current most critical severity level from active thresholds.
 java.util.List<DciValue> getDciList()
           
 long getNodeId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThresholdViolationSummary

public ThresholdViolationSummary(NXCPMessage msg,
                                 long baseId)
Create from NXCP message.

Parameters:
msg -
baseId -
Method Detail

getNodeId

public long getNodeId()
Returns:
the nodeId

getDciList

public java.util.List<DciValue> getDciList()
Returns:
the dciList

getCurrentSeverity

public int getCurrentSeverity()
Get current most critical severity level from active thresholds.

Returns:


Copyright © 2012. All Rights Reserved.