|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.monitor.api.TWGMonDoubleThresholdData
This is the TWGMonDoubleThresholdData class. This class is used as a container for the threshold idata needed between the monitor api and server.
Constructor Summary | |
---|---|
TWGMonDoubleThresholdData()
This is the constructor for manually building the NumericThreshold |
|
TWGMonDoubleThresholdData(double he,
double hw,
double lw,
double le)
This is the constructor for building a filled in NumericThreshold |
Method Summary | |
---|---|
void |
clearHighError()
method to indicate the high error value is cleared of of the data object |
void |
clearHighWarning()
method to indicate the high warning value is cleared of of the data object |
void |
clearLowError()
method to indicate the low error value is cleared of of the data object |
void |
clearLowWarning()
method to indicate the low warning value is cleared of of the data object |
double |
getHighError()
returns a double which contains the value that was specified for the high error setpoint for the threshold. |
double |
getHighWarning()
returns a double which contains the value that was specified for the high warning setpoint for the threshold. |
double |
getLowError()
returns a double which contains the value that was specified for the low error setpoint for the threshold. |
double |
getLowWarning()
returns a double which contains the value that was specified for the low warning setpoint for the threshold. |
boolean |
hasSetHighError()
returns a boolean indicating if the high error value is set |
boolean |
hasSetHighWarning()
returns a boolean indicating if the high warning value is set |
boolean |
hasSetLowError()
returns a boolean indicating if the low error value is set |
boolean |
hasSetLowWarning()
returns a boolean indicating if the low warning value is set |
boolean |
isAcceptable()
returns indication if the data in the object would be acceptable to the server |
void |
setHighError(double parm)
method to set the threshold value for high error for a numeric threshold |
void |
setHighWarning(double parm)
method to set the threshold value for high warning for a numeric threshold |
void |
setLowError(double parm)
method to set the threshold value for low error for a numeric threshold |
void |
setLowWarning(double parm)
method to set the threshold value for low warning for a numeric threshold |
java.lang.String |
toString()
returns a string with debug information that represents the current state of the object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TWGMonDoubleThresholdData()
public TWGMonDoubleThresholdData(double he, double hw, double lw, double le)
he
- high error valuehw
- high warning valuelw
- low warning valuele
- low error valueMethod Detail |
public void setHighError(double parm)
parm
- the threshold valuepublic void setHighWarning(double parm)
parm
- the threshold valuepublic void setLowWarning(double parm)
parm
- the threshold valuepublic void setLowError(double parm)
parm
- the threshold valuepublic void clearHighError()
public void clearHighWarning()
public void clearLowWarning()
public void clearLowError()
public double getHighError()
public double getHighWarning()
public double getLowWarning()
public double getLowError()
public boolean isAcceptable()
public boolean hasSetHighError()
public boolean hasSetHighWarning()
public boolean hasSetLowWarning()
public boolean hasSetLowError()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |