Uses of Class
org.netxms.client.datacollection.Threshold
-
Packages that use Threshold Package Description org.netxms.client org.netxms.client.datacollection org.netxms.client.objects -
-
Uses of Threshold in org.netxms.client
Methods in org.netxms.client that return Threshold Modifier and Type Method Description Threshold[]NXCSession. getThresholds(long nodeId, long dciId)Get list of thresholds configured for given DCIMethods in org.netxms.client that return types with arguments of type Threshold Modifier and Type Method Description List<Threshold>NXCSession. getActiveThresholds(List<SingleDciConfig> dciConfig)Get active thresholds -
Uses of Threshold in org.netxms.client.datacollection
Methods in org.netxms.client.datacollection that return Threshold Modifier and Type Method Description ThresholdDciValue. getActiveThreshold()Methods in org.netxms.client.datacollection that return types with arguments of type Threshold Modifier and Type Method Description ArrayList<Threshold>DataCollectionItem. getThresholds()Constructors in org.netxms.client.datacollection with parameters of type Threshold Constructor Description Threshold(Threshold src)Copy constructor (does not copy ID!) -
Uses of Threshold in org.netxms.client.objects
Methods in org.netxms.client.objects that return Threshold Modifier and Type Method Description ThresholdServiceCheck. getThreshold()
-