Uses of Class
org.netxms.client.datacollection.DciValue

Packages that use DciValue
org.netxms.client   
org.netxms.client.datacollection   
 

Uses of DciValue in org.netxms.client
 

Methods in org.netxms.client that return DciValue
 DciValue[] NXCSession.getLastValues(long nodeId)
          Get last DCI values for given node
 DciValue[] NXCSession.getLastValues(long nodeId, boolean objectTooltipOnly)
          Get last DCI values for given node
 

Uses of DciValue in org.netxms.client.datacollection
 

Subclasses of DciValue in org.netxms.client.datacollection
 class SimpleDciValue
          DCI value for simple (single-valued) DCI
 class TableDciValue
          Value of table DCI
 

Methods in org.netxms.client.datacollection that return DciValue
static DciValue DciValue.createFromMessage(long nodeId, NXCPMessage msg, long base)
          Factory method to create correct DciValue subclass from NXCP message.
 

Methods in org.netxms.client.datacollection that return types with arguments of type DciValue
 java.util.List<DciValue> ThresholdViolationSummary.getDciList()
           
 



Copyright © 2013. All Rights Reserved.