jain.protocol.ss7.oam.mtp2
Class Mtp2StatisticEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--jain.protocol.ss7.oam.OamStatisticEvent
              |
              +--jain.protocol.ss7.oam.mtp2.Mtp2StatisticEvent

public class Mtp2StatisticEvent
extends OamStatisticEvent

A Mtp2StatisticEvent is an Event emitted by a Mtp2 Managed Object(MO) to indicate a statistic measurement of the MO. This Event should be sent to all applications that have registered with the Mtp Layer MO as a Mtp Statistic Listener.

See Also:
Serialized Form

Field Summary
static int MTP2_DUR_LINK_IN_SERV
          Duration of link in the In-service state Measures - Signal Link Points and Performance
static int MTP2_DUR_SL_UNAVAILABILITY
          Duration of SL unavailability (for any reason) Measuring - Signalling Link available
static int MTP2_MSU_DISCARD_SL_CONGESTION
          MSUs discarded due to SL congestion Measuring - Signalling Link Utilization
static int MTP2_NUM_SIF_SIO_RECIEVED
          Number of SIF and SIO octets received Measuring - Signalling Link Utilization
static int MTP2_NUM_SIF_SIO_TRANS
          Number of SIF and SIO octets transmitted Measuring - Signalling Link Utilization
static int MTP2_NUM_SIG_UNITS_RECEIVED_ERR
          Number of signal units received in error Measuring - Signal Link Points and Performance
static int MTP2_SL_FAILURE
          SL failure - All reasons Measuring - Signal Link Points and Performance
 
Fields inherited from class jain.protocol.ss7.oam.OamStatisticEvent
CATEGORY_CONFIGURATION, CATEGORY_FAULT, CATEGORY_PERFORMANCE
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
Mtp2StatisticEvent(OamLayer source, int category, int statisticType, int statistic)
          Constructs a new Mtp2StatisticEvent.
 
Methods inherited from class jain.protocol.ss7.oam.OamStatisticEvent
getCategory, getStatistic, getStatisticType, setCategory, setStatistic, setStatisticType
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MTP2_DUR_LINK_IN_SERV

public static final int MTP2_DUR_LINK_IN_SERV
Duration of link in the In-service state Measures - Signal Link Points and Performance

MTP2_SL_FAILURE

public static final int MTP2_SL_FAILURE
SL failure - All reasons Measuring - Signal Link Points and Performance

MTP2_NUM_SIG_UNITS_RECEIVED_ERR

public static final int MTP2_NUM_SIG_UNITS_RECEIVED_ERR
Number of signal units received in error Measuring - Signal Link Points and Performance

MTP2_DUR_SL_UNAVAILABILITY

public static final int MTP2_DUR_SL_UNAVAILABILITY
Duration of SL unavailability (for any reason) Measuring - Signalling Link available

MTP2_NUM_SIF_SIO_TRANS

public static final int MTP2_NUM_SIF_SIO_TRANS
Number of SIF and SIO octets transmitted Measuring - Signalling Link Utilization

MTP2_NUM_SIF_SIO_RECIEVED

public static final int MTP2_NUM_SIF_SIO_RECIEVED
Number of SIF and SIO octets received Measuring - Signalling Link Utilization

MTP2_MSU_DISCARD_SL_CONGESTION

public static final int MTP2_MSU_DISCARD_SL_CONGESTION
MSUs discarded due to SL congestion Measuring - Signalling Link Utilization
Constructor Detail

Mtp2StatisticEvent

public Mtp2StatisticEvent(OamLayer source,
                          int category,
                          int statisticType,
                          int statistic)
Constructs a new Mtp2StatisticEvent.
Parameters:
source - The Managed Object that emitted this Event.
category - The priority of this Mtp2Statisticvent. This may be any of the inherited types:
  • CATEGORY_FAULT
  • CATEGORY_CONFIGURATION
  • CATEGORY_PERFORMANCE
statisticType - The type of this statistic. This may be any one of the Statistic Type constants defined in this class.
statistic - The statistic information gathered.


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

Copyright - 1999 Sun Microsystems