|
||||||||||
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 ProfileMBean for that particular layer.
Inheritance hierarchy for JAIN OAM Timer
Method Summary | |
java.lang.Long |
getCurrentVal()
This method gets the current value for this timer in milliseconds. |
java.lang.Long |
getMaxVal()
This method gets the maximum value for this timer in milliseconds. |
java.lang.Long |
getMinVal()
This method gets the minimum value for this timer in milliseconds. |
java.lang.Integer |
getTimerId()
Returns the ID of the this timer value. |
java.lang.Boolean |
setCurrentVal(java.lang.Long currentVal)
This method sets the current value for this timer in milliseconds. |
Method Detail |
public java.lang.Long getMaxVal()
public java.lang.Long getMinVal()
public java.lang.Boolean setCurrentVal(java.lang.Long currentVal)
public java.lang.Long getCurrentVal()
public java.lang.Integer getTimerId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |