|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents an individual SS7 timer. The maximum and minimum range for a particular timer can be set at construction. Once created, the maximum and minimum range for the timer value cannot be changed. When changing the current value of the timer, the supplied value is checked to see if it falls within the maximum and minimum range. A collection of these timer values can then be stored for each Protocol Layer in the OAM Timer Profile for that particular layer.
Method Summary | |
long |
getCurrentVal()
This method gets the current value for this timer in milliseconds. |
long |
getMaxVal()
This method gets the maximum value for this timer in milliseconds. |
long |
getMinVal()
This method gets the minimum value for this timer in milliseconds. |
int |
getTimerId()
Returns the ID of the this timer value. |
boolean |
setCurrentVal(long currentVal)
This method sets the current value for this timer in milliseconds. |
Method Detail |
public long getMaxVal()
public long getMinVal()
public boolean setCurrentVal(long currentVal)
public long getCurrentVal()
public int getTimerId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |