com.ibm.sysmgt.sdk.remote
Class StringThreshold
java.lang.Object
com.ibm.sysmgt.sdk.remote.Threshold
com.ibm.sysmgt.sdk.remote.StringThreshold
- All Implemented Interfaces:
- java.io.Serializable
- public class StringThreshold
- extends Threshold
- See Also:
- Serialized Form
Constructor Summary |
StringThreshold()
|
StringThreshold(int thresholdID,
long thresholdCTAD,
java.lang.String name,
java.lang.String description,
boolean enabled,
java.util.Vector programaticPath,
java.lang.String displayablePath)
|
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 |
StringThreshold
public StringThreshold()
StringThreshold
public StringThreshold(int thresholdID,
long thresholdCTAD,
java.lang.String name,
java.lang.String description,
boolean enabled,
java.util.Vector programaticPath,
java.lang.String displayablePath)
getErrorStrings
public java.lang.String[] getErrorStrings()
- Returns:
getNormalStrings
public java.lang.String[] getNormalStrings()
- Returns:
getWarningStrings
public java.lang.String[] getWarningStrings()
- Returns:
setErrorStrings
public void setErrorStrings(java.lang.String[] strings)
- INTERNAL USE ONLY
- Parameters:
strings
-
setNormalStrings
public void setNormalStrings(java.lang.String[] strings)
- INTERNAL USE ONLY
- Parameters:
strings
-
setWarningStrings
public void setWarningStrings(java.lang.String[] strings)
- INTERNAL USE ONLY
- Parameters:
strings
-
getThresholdType
public int getThresholdType()
- Overrides:
getThresholdType
in class Threshold