com.ibm.sysmgt.sdk.remote
Class NumericThreshold

java.lang.Object
  extended bycom.ibm.sysmgt.sdk.remote.Threshold
      extended bycom.ibm.sysmgt.sdk.remote.NumericThreshold
All Implemented Interfaces:
java.io.Serializable

public class NumericThreshold
extends Threshold

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.sysmgt.sdk.remote.Threshold
THRESHOLD_TYPE_NUMERIC, THRESHOLD_TYPE_STRING
 
Constructor Summary
NumericThreshold()
           
NumericThreshold(int thresholdID, long thresholdCTAD, java.lang.String name, java.lang.String description, boolean enabled, java.util.Vector programaticPath, java.lang.String displayablePath)
           
 
Method Summary
 java.lang.Double getHighError()
           
 java.lang.Double getHighWarning()
           
 java.lang.Double getLowError()
           
 java.lang.Double getLowWarning()
           
 int getThresholdType()
           
 void setHighError(java.lang.Double d)
          INTERNAL USE ONLY
 void setHighWarning(java.lang.Double d)
          INTERNAL USE ONLY
 void setLowError(java.lang.Double d)
          INTERNAL USE ONLY
 void setLowWarning(java.lang.Double d)
          INTERNAL USE ONLY
 
Methods inherited from class com.ibm.sysmgt.sdk.remote.Threshold
getAllThresholds, getAllThresholdsForGroup, getAllThresholdsForGroup, getAllThresholdsForSystem, getAllThresholdsForSystem, getAttributeLabel, getCurrentStatusForSystem, getCurrentValue, getCurrentValueAndAlertStateForSystem, getCurrentValueForSystem, getDescription, getDisplayablePath, getID, getLabel, getName, getProgramaticPath, getResendDelay, getSendDelay, getTarget, getTargetOid, getThresholdByID, getThresholdCTAD, getThresholdID, isEnabled, isGenerateOnValueChange, isIndividualThreshold, setDescription, setDisplayablePath, setEnabled, setEnabled, setGenerateOnValueChange, setIndividualThreshold, setLabel, setProgramaticPath, setResendDelay, setSendDelay, setTargetOid, setThresholdCTAD, setThresholdID, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NumericThreshold

public NumericThreshold()

NumericThreshold

public NumericThreshold(int thresholdID,
                        long thresholdCTAD,
                        java.lang.String name,
                        java.lang.String description,
                        boolean enabled,
                        java.util.Vector programaticPath,
                        java.lang.String displayablePath)
Method Detail

getHighError

public java.lang.Double getHighError()
Returns:

getHighWarning

public java.lang.Double getHighWarning()
Returns:

getLowError

public java.lang.Double getLowError()
Returns:

getLowWarning

public java.lang.Double getLowWarning()
Returns:

setHighError

public void setHighError(java.lang.Double d)
INTERNAL USE ONLY

Parameters:
d -

setHighWarning

public void setHighWarning(java.lang.Double d)
INTERNAL USE ONLY

Parameters:
d -

setLowError

public void setLowError(java.lang.Double d)
INTERNAL USE ONLY

Parameters:
d -

setLowWarning

public void setLowWarning(java.lang.Double d)
INTERNAL USE ONLY

Parameters:
d -

getThresholdType

public int getThresholdType()
Overrides:
getThresholdType in class Threshold