jain.protocol.ss7.oam.sccp
Class SccpStatisticEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--jain.protocol.ss7.oam.OamStatisticEvent
              |
              +--jain.protocol.ss7.oam.sccp.SccpStatisticEvent

public class SccpStatisticEvent
extends OamStatisticEvent

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

See Also:
Serialized Form

Field Summary
static int SCCP_FAIL_OF_RELEASE_COMPLETE_SUPERVISION
          Failure of release complete supervision Measures - SCCP error performce
static int SCCP_HOP_COUNTER_VIOLATION
          Hop counter violation (XUDT, XUDTS, LUDT, LUDTS and CR) Measures - SCCP error performce
static int SCCP_MSG_TOO_LARGE_FOR_SEG
          Message too large for segmentation Measures - SCCP error performce
static int SCCP_PROVIDER_INI_RELEASE_OF_CONNECTION
          Provider initiated release of a connection Measures - SCCP error performce
static int SCCP_PROVIDER_INI_RESET_OF_A_CONNECTION
          Provider initiated reset of a connection Measures - SCCP error performce
static int SCCP_REASSEMBLY_ERR_SEG_RECEIVED_OUT_OF_SEQ
          Reassembly error - Segment received out of sequence (inc.
static int SCCP_REASSEMBLY_ERR_TIME_T_REASS_EXPIRY
          Reassembly error - Timer T_reass Expiry Measures - SCCP error performce
static int SCCP_REASSEMBLY_ERROR_NO_REASSEMBLY_SPACE
          Reassembly error - No reassembly space Measures - SCCP error performce
static int SCCP_ROURING_FAIL_UNQUALIFIED
          Routing Failure - Unqualified Measures - SCCP error performce
static int SCCP_ROUTING_FAIL_NETWORK_CONGESTION
          Routing Failure - Network Congestion Measures - SCCP error performce
static int SCCP_ROUTING_FAIL_NETWORK_FAILURE
          Routing Failure - Network Failure (Point Code not available) Measures - SCCP error performce
static int SCCP_ROUTING_FAIL_NO_TRANS_FOR_ADD
          Routing Failure - No translation for address of such nature Measures - SCCP error performce
static int SCCP_ROUTING_FAIL_NO_TRANS_FOR_THIS_SPEC_ADD
          Routing Failure - No translation for this specific addressa Measures - SCCP error performce
static int SCCP_ROUTING_FAIL_SUBSYSTEM_CONGESTION
          Routing Failure - Subsystem Congestion Measures - SCCP error performce
static int SCCP_ROUTING_FAIL_SUBSYSTEM_FAIL
          Routing Failure - Subsystem Failure (unavailable) Measures - SCCP error performce
static int SCCP_ROUTING_FAIL_UNEQUIPPED_USER
          Routing Failure - Unequipped user (Subsystem) Measures - SCCP error performce
static int SCCP_SEG_ERR_SEG_FAIL
          Segmentation error - Segmentation failed Measures - SCCP error performce
static int SCCP_SYNTAX_ERROR_DETECTED
          Syntax Error Detected Measures - SCCP error performce
static int SCCP_TIMER_T_IAR_EXPIRY
          Timer T(iar) expiry Measures - SCCP error performce
 
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
SccpStatisticEvent(SccpLayerMO source, int category, int statisticType, int statistic)
          Constructs a new SccpStatisticEvent.
 
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

SCCP_ROUTING_FAIL_NO_TRANS_FOR_ADD

public static final int SCCP_ROUTING_FAIL_NO_TRANS_FOR_ADD
Routing Failure - No translation for address of such nature Measures - SCCP error performce

SCCP_ROUTING_FAIL_NO_TRANS_FOR_THIS_SPEC_ADD

public static final int SCCP_ROUTING_FAIL_NO_TRANS_FOR_THIS_SPEC_ADD
Routing Failure - No translation for this specific addressa Measures - SCCP error performce

SCCP_ROUTING_FAIL_NETWORK_FAILURE

public static final int SCCP_ROUTING_FAIL_NETWORK_FAILURE
Routing Failure - Network Failure (Point Code not available) Measures - SCCP error performce

SCCP_ROUTING_FAIL_NETWORK_CONGESTION

public static final int SCCP_ROUTING_FAIL_NETWORK_CONGESTION
Routing Failure - Network Congestion Measures - SCCP error performce

SCCP_ROUTING_FAIL_SUBSYSTEM_FAIL

public static final int SCCP_ROUTING_FAIL_SUBSYSTEM_FAIL
Routing Failure - Subsystem Failure (unavailable) Measures - SCCP error performce

SCCP_ROUTING_FAIL_SUBSYSTEM_CONGESTION

public static final int SCCP_ROUTING_FAIL_SUBSYSTEM_CONGESTION
Routing Failure - Subsystem Congestion Measures - SCCP error performce

SCCP_ROUTING_FAIL_UNEQUIPPED_USER

public static final int SCCP_ROUTING_FAIL_UNEQUIPPED_USER
Routing Failure - Unequipped user (Subsystem) Measures - SCCP error performce

SCCP_SYNTAX_ERROR_DETECTED

public static final int SCCP_SYNTAX_ERROR_DETECTED
Syntax Error Detected Measures - SCCP error performce

SCCP_ROURING_FAIL_UNQUALIFIED

public static final int SCCP_ROURING_FAIL_UNQUALIFIED
Routing Failure - Unqualified Measures - SCCP error performce

SCCP_REASSEMBLY_ERR_TIME_T_REASS_EXPIRY

public static final int SCCP_REASSEMBLY_ERR_TIME_T_REASS_EXPIRY
Reassembly error - Timer T_reass Expiry Measures - SCCP error performce

SCCP_REASSEMBLY_ERR_SEG_RECEIVED_OUT_OF_SEQ

public static final int SCCP_REASSEMBLY_ERR_SEG_RECEIVED_OUT_OF_SEQ
Reassembly error - Segment received out of sequence (inc. duplicates, recpt, of non-first segment for which no reassembly process) Measures - SCCP error performce

SCCP_REASSEMBLY_ERROR_NO_REASSEMBLY_SPACE

public static final int SCCP_REASSEMBLY_ERROR_NO_REASSEMBLY_SPACE
Reassembly error - No reassembly space Measures - SCCP error performce

SCCP_HOP_COUNTER_VIOLATION

public static final int SCCP_HOP_COUNTER_VIOLATION
Hop counter violation (XUDT, XUDTS, LUDT, LUDTS and CR) Measures - SCCP error performce

SCCP_MSG_TOO_LARGE_FOR_SEG

public static final int SCCP_MSG_TOO_LARGE_FOR_SEG
Message too large for segmentation Measures - SCCP error performce

SCCP_FAIL_OF_RELEASE_COMPLETE_SUPERVISION

public static final int SCCP_FAIL_OF_RELEASE_COMPLETE_SUPERVISION
Failure of release complete supervision Measures - SCCP error performce

SCCP_TIMER_T_IAR_EXPIRY

public static final int SCCP_TIMER_T_IAR_EXPIRY
Timer T(iar) expiry Measures - SCCP error performce

SCCP_PROVIDER_INI_RESET_OF_A_CONNECTION

public static final int SCCP_PROVIDER_INI_RESET_OF_A_CONNECTION
Provider initiated reset of a connection Measures - SCCP error performce

SCCP_PROVIDER_INI_RELEASE_OF_CONNECTION

public static final int SCCP_PROVIDER_INI_RELEASE_OF_CONNECTION
Provider initiated release of a connection Measures - SCCP error performce

SCCP_SEG_ERR_SEG_FAIL

public static final int SCCP_SEG_ERR_SEG_FAIL
Segmentation error - Segmentation failed Measures - SCCP error performce
Constructor Detail

SccpStatisticEvent

public SccpStatisticEvent(SccpLayerMO source,
                          int category,
                          int statisticType,
                          int statistic)
Constructs a new SccpStatisticEvent.
Parameters:
source - The Managed Object that emitted this Event.
category - The category of this SccpStatisticEvent. 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