jain.protocol.ss7.oam
Class OamTimerVal

java.lang.Object
  |
  +--jain.protocol.ss7.oam.OamTimerVal

public class OamTimerVal
extends java.lang.Object

This class represents an individual SS7 timer. The class contains methods to set and get both the ANSI and ITU Minimum, Maximum and Default values for a particular timer. A collection of these timer values can then be stored for each Protocol Layer in an OAM Timer Profile for that particular layer.


Constructor Summary
OamTimerVal(long minVal, long maxVal, long defaultVal)
           
 
Method Summary
 long getDefaultVal()
          This method gets the default 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.
 void setDefaultVal(long defaultval)
          This method sets the default value for this timer in milliseconds.
 void setMaxVal(long maxVal)
          This method sets the maximum value for this timer in milliseconds.
 void setMinVal(long minval)
          This method sets the minimum value for this timer in milliseconds.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OamTimerVal

public OamTimerVal(long minVal,
                   long maxVal,
                   long defaultVal)
Method Detail

setMaxVal

public void setMaxVal(long maxVal)
This method sets the maximum value for this timer in milliseconds.

getMaxVal

public long getMaxVal()
This method gets the maximum value for this timer in milliseconds.

setDefaultVal

public void setDefaultVal(long defaultval)
This method sets the default value for this timer in milliseconds.

getDefaultVal

public long getDefaultVal()
This method gets the default value for this timer in milliseconds.

setMinVal

public void setMinVal(long minval)
This method sets the minimum value for this timer in milliseconds.

getMinVal

public long getMinVal()
This method gets the minimum value for this timer in milliseconds.


01 September 99
If you have any comments or queries, please mail them to JainOAM@East.Sun.Com

Copyright - 1999 Sun Microsystems