jain.protocol.ss7.oam
Class OamTimerProfile

java.lang.Object
  |
  +--jain.protocol.ss7.oam.OamTimerProfile
Direct Known Subclasses:
Mtp2TimerProfile, Mtp3TimerProfile, SccpTimerProfile

public abstract class OamTimerProfile
extends java.lang.Object

An Oam Timer Profile is used to store all the OAM Timer Values for a particular Protocol Layer.


Field Summary
static int TIMER_ANSI
          Indicates that this timer uses Timer values defined in ANSI Standards
static int TIMER_ITU
          Indicates that this timer uses Timer values defined in ITU Recommendations
 int timerVariant
          The default timer value.
 
Constructor Summary
OamTimerProfile(int timerVariant)
           
 
Method Summary
 int getTimerVariant()
          Returns the variant supported by this Timer Profile.
 void setTimerVariant(int timerVariant)
          Sets the variant of this Timer Profile.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timerVariant

public int timerVariant
The default timer value.

TIMER_ITU

public static final int TIMER_ITU
Indicates that this timer uses Timer values defined in ITU Recommendations

TIMER_ANSI

public static final int TIMER_ANSI
Indicates that this timer uses Timer values defined in ANSI Standards
Constructor Detail

OamTimerProfile

public OamTimerProfile(int timerVariant)
Method Detail

setTimerVariant

public void setTimerVariant(int timerVariant)
Sets the variant of this Timer Profile.
Parameters:
variant - either:
  • TIMER_ITU - uses Timer values defined in ITU Recommendation
  • TIMER_ANSI - uses Timer values defined in ANSI Standards

getTimerVariant

public int getTimerVariant()
Returns the variant supported by this Timer Profile.
Returns:
either:
  • TIMER_ITU - uses Timer values defined in ITU Recommendation
  • TIMER_ANSI - uses Timer values defined in ANSI Standards


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

Copyright - 1999 Sun Microsystems