|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.fw.LoadThreshold
Defines the Sequence of Data Elements that specify the load threshold value. The actual load threshold value is application and SCF dependent, so is their relationship with load level.
Constructor Summary | |
LoadThreshold()
Creates a new LoadThreshold instance. |
|
LoadThreshold(float _loadThreshold)
Creates a new LoadThreshold instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
float |
getLoadThreshold()
This method returns a loadThreshold. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setLoadThreshold(float loadThreshold)
This method sets a loadThreshold. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LoadThreshold()
public LoadThreshold(float _loadThreshold)
_loadThreshold
- Method Detail |
public float getLoadThreshold()
public void setLoadThreshold(float loadThreshold)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |