jain.protocol.ss7.oam.mtp3
Class Mtp3AlarmEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--jain.protocol.ss7.oam.OamAlarmEvent
              |
              +--jain.protocol.ss7.oam.mtp3.Mtp3AlarmEvent

public class Mtp3AlarmEvent
extends OamAlarmEvent

A Mtp3AlarmEvent is an Event emitted by a Mtp3 Managed Object(MO) to indicate a change in status of the MO. This state change may result from :

This Event should be sent to all applications that have registered with the Mtp3 Layer MO as a Mtp3 Alarm Listener.

See Also:
Serialized Form

Field Summary
static int MTP3_ALARM_CONCERNED_SP_NETWORK_CONGESTED
          Concerned destination point code (DPC) network congested
static int MTP3_ALARM_CONCERNED_SP_PAUSE
          Concerned destination point code (DPC) pause
static int MTP3_ALARM_CONCERNED_SP_RESUME
          Concerned destination point code (DPC) resume
static int MTP3_ALARM_CONCERNED_SP_STOP_NET_CONG
          Concerned destination point code (DPC) stop network congestion
static int MTP3_ALARM_CONCERNED_SP_USER_UNAVAILABLE
          Concerned destination point code (DPC) remote user unavailable
static int MTP3_ALARM_INVALID_TIMER_EXPIRED
          Invalid timer expired
static int MTP3_ALARM_LS_BROADCAST_TFA
          Signalling Link Set and RouteSet Availability: Indicates the initiation of broedcast TFA due to the recovery of a measured link set (ITU Q.704, Clause 13)
static int MTP3_ALARM_LS_BROADCAST_TFP
          Signalling Link Set and RouteSet Availability: Indicates the initiation of broedcast TFP due to failure of a measured link set (ITU Q.704, Clause 13)
static int MTP3_ALARM_LS_CHANGE
          Signalling Link Set and RouteSet Availability: Indicates the change in link set used to adjacent Signalling Point
static int MTP3_ALARM_LS_END_FAILURE
          Signalling Link Set and RouteSet Availability: Indicates the end of LinkSet failure.
static int MTP3_ALARM_LS_MTPSP_ACCESSIBLE
          Mtp Signalling Point Status: Indicates that an adjacent Signalling Point is accessible.
static int MTP3_ALARM_LS_MTPSP_INACCESSIBLE
          Mtp Signalling Point Status: Indicates that the adjacent Signalling Point is inaccessible.
static int MTP3_ALARM_LS_START_FAILURE
          Signalling Link Set and RouteSet Availability: Indicates the start of LinkSet failure.
static int MTP3_ALARM_RS_END_UNAVAILABILITY
          Signalling Link Set and RouteSet Availability: Indicates the end of unavailability of route set to a given destination or set of destinations(ITU Q.704, 11.2.2)
static int MTP3_ALARM_RS_START_UNAVAILABILITY
          Signalling Link Set and RouteSet Availability: Indicates the start of unavailability of route set to a given destination or set of destinations(ITU Q.704, 11.2.1)
static int MTP3_ALARM_SL_END_REMOTE_PROCESSOR_OUTAGE
          Signalling Link Availability: Indicates the end of remote processor outage (ITU Q.704, 3.2.7)
static int MTP3_ALARM_SL_EXCESSIVE_CONGESTION
          Signalling Link Faults & Performance: Indicates a signalling link failure due to the excessive duration of congestion of a signalling link (ITU Q.703, 9.3)
static int MTP3_ALARM_SL_EXCESSIVE_ERROR_RATE
          Signalling Link Faults & Performance: Indicates a signalling link failure due to an excessive error rate of a signalling link(ITU Q.703, 10.2.2)
static int MTP3_ALARM_SL_FAILURE
          Signalling Link Faults & Performance: Indicates that there has been a signalling link failure
static int MTP3_ALARM_SL_INHIBIT_DENIED
          Link inhibit denied
static int MTP3_ALARM_SL_LOCAL_AUTO_CHANGEBACK
          Signalling Link Faults & Performance: Indicates a local automatic changeback (ITU Q.703, Clause 6)
static int MTP3_ALARM_SL_LOCAL_AUTO_CHANGEOVER
          Signalling Link Faults & Performance: Indicates a local automatic changeover (ITU Q.703, Clause 5)
static int MTP3_ALARM_SL_LOCALLY_BLOCKED
          Link locally blocked
static int MTP3_ALARM_SL_LOCALLY_UNBLOCKED
          Link locally unblocked
static int MTP3_ALARM_SL_REMOTELY_BLOCKED
          Link remotely blocked
static int MTP3_ALARM_SL_REMOTELY_UNBLOCKED
          Link remotely unblocked
static int MTP3_ALARM_SL_RESTORATION
          Signalling Link Faults & Performance: Indicates the restoration of a signalling link (ITU Q.704, 3.2.3)
static int MTP3_ALARM_SL_START_LOCAL_INHIBITION
          Signalling Link Availability: Indicates the start of local inhibition (ITU Q.704, Clause 10)
static int MTP3_ALARM_SL_START_REMOTE_INHIBITION
          Signalling Link Availability: Indicates the start of remote inhibition (ITU Q.704, Clause 10)
static int MTP3_ALARM_SL_STOP_LOCAL_INHIBITION
          Signalling Link Availability: Indicates the stop of local inhibition.
static int MTP3_ALARM_SL_STOP_REMOTE_INHIBITION
          Signalling Link Availability: Indicates the stop of remote inhibition.
static int MTP3_ALARM_SL_UNINHIBIT_DENIED
          Link uninhibit denied
 
Fields inherited from class jain.protocol.ss7.oam.OamAlarmEvent
ALARM_MO_ATTRIBUTE_VALUE_CHANGED, ALARM_MO_CREATED, ALARM_MO_DELETED, ALARM_MO_STATE_CHANGED, ALARM_TIMER_EXPIRED, PRIORITY_CRITICAL, PRIORITY_HIGH, PRIORITY_INFORMATIONAL, PRIORITY_LOW, PRIORITY_VENDOR_DEFINED
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
Mtp3AlarmEvent(Mtp3ManagedObject source, int priority, int alarmType)
          Constructs a new Mtp3AlarmEvent.
 
Methods inherited from class jain.protocol.ss7.oam.OamAlarmEvent
getAlarmType, getPriority, getTimestamp, setAlarmType, setPriority
 
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

MTP3_ALARM_SL_FAILURE

public static final int MTP3_ALARM_SL_FAILURE
Signalling Link Faults & Performance: Indicates that there has been a signalling link failure

MTP3_ALARM_SL_EXCESSIVE_ERROR_RATE

public static final int MTP3_ALARM_SL_EXCESSIVE_ERROR_RATE
Signalling Link Faults & Performance: Indicates a signalling link failure due to an excessive error rate of a signalling link(ITU Q.703, 10.2.2)

MTP3_ALARM_SL_EXCESSIVE_CONGESTION

public static final int MTP3_ALARM_SL_EXCESSIVE_CONGESTION
Signalling Link Faults & Performance: Indicates a signalling link failure due to the excessive duration of congestion of a signalling link (ITU Q.703, 9.3)

MTP3_ALARM_SL_LOCAL_AUTO_CHANGEOVER

public static final int MTP3_ALARM_SL_LOCAL_AUTO_CHANGEOVER
Signalling Link Faults & Performance: Indicates a local automatic changeover (ITU Q.703, Clause 5)

MTP3_ALARM_SL_LOCAL_AUTO_CHANGEBACK

public static final int MTP3_ALARM_SL_LOCAL_AUTO_CHANGEBACK
Signalling Link Faults & Performance: Indicates a local automatic changeback (ITU Q.703, Clause 6)

MTP3_ALARM_SL_RESTORATION

public static final int MTP3_ALARM_SL_RESTORATION
Signalling Link Faults & Performance: Indicates the restoration of a signalling link (ITU Q.704, 3.2.3)

MTP3_ALARM_SL_END_REMOTE_PROCESSOR_OUTAGE

public static final int MTP3_ALARM_SL_END_REMOTE_PROCESSOR_OUTAGE
Signalling Link Availability: Indicates the end of remote processor outage (ITU Q.704, 3.2.7)

MTP3_ALARM_SL_START_LOCAL_INHIBITION

public static final int MTP3_ALARM_SL_START_LOCAL_INHIBITION
Signalling Link Availability: Indicates the start of local inhibition (ITU Q.704, Clause 10)

MTP3_ALARM_SL_STOP_LOCAL_INHIBITION

public static final int MTP3_ALARM_SL_STOP_LOCAL_INHIBITION
Signalling Link Availability: Indicates the stop of local inhibition.

MTP3_ALARM_SL_START_REMOTE_INHIBITION

public static final int MTP3_ALARM_SL_START_REMOTE_INHIBITION
Signalling Link Availability: Indicates the start of remote inhibition (ITU Q.704, Clause 10)

MTP3_ALARM_SL_STOP_REMOTE_INHIBITION

public static final int MTP3_ALARM_SL_STOP_REMOTE_INHIBITION
Signalling Link Availability: Indicates the stop of remote inhibition.

MTP3_ALARM_LS_START_FAILURE

public static final int MTP3_ALARM_LS_START_FAILURE
Signalling Link Set and RouteSet Availability: Indicates the start of LinkSet failure.

MTP3_ALARM_LS_END_FAILURE

public static final int MTP3_ALARM_LS_END_FAILURE
Signalling Link Set and RouteSet Availability: Indicates the end of LinkSet failure.

MTP3_ALARM_LS_BROADCAST_TFP

public static final int MTP3_ALARM_LS_BROADCAST_TFP
Signalling Link Set and RouteSet Availability: Indicates the initiation of broedcast TFP due to failure of a measured link set (ITU Q.704, Clause 13)

MTP3_ALARM_LS_BROADCAST_TFA

public static final int MTP3_ALARM_LS_BROADCAST_TFA
Signalling Link Set and RouteSet Availability: Indicates the initiation of broedcast TFA due to the recovery of a measured link set (ITU Q.704, Clause 13)

MTP3_ALARM_LS_CHANGE

public static final int MTP3_ALARM_LS_CHANGE
Signalling Link Set and RouteSet Availability: Indicates the change in link set used to adjacent Signalling Point

MTP3_ALARM_RS_START_UNAVAILABILITY

public static final int MTP3_ALARM_RS_START_UNAVAILABILITY
Signalling Link Set and RouteSet Availability: Indicates the start of unavailability of route set to a given destination or set of destinations(ITU Q.704, 11.2.1)

MTP3_ALARM_RS_END_UNAVAILABILITY

public static final int MTP3_ALARM_RS_END_UNAVAILABILITY
Signalling Link Set and RouteSet Availability: Indicates the end of unavailability of route set to a given destination or set of destinations(ITU Q.704, 11.2.2)

MTP3_ALARM_LS_MTPSP_INACCESSIBLE

public static final int MTP3_ALARM_LS_MTPSP_INACCESSIBLE
Mtp Signalling Point Status: Indicates that the adjacent Signalling Point is inaccessible.

MTP3_ALARM_LS_MTPSP_ACCESSIBLE

public static final int MTP3_ALARM_LS_MTPSP_ACCESSIBLE
Mtp Signalling Point Status: Indicates that an adjacent Signalling Point is accessible.

MTP3_ALARM_INVALID_TIMER_EXPIRED

public static final int MTP3_ALARM_INVALID_TIMER_EXPIRED
Invalid timer expired

MTP3_ALARM_SL_INHIBIT_DENIED

public static final int MTP3_ALARM_SL_INHIBIT_DENIED
Link inhibit denied

MTP3_ALARM_SL_UNINHIBIT_DENIED

public static final int MTP3_ALARM_SL_UNINHIBIT_DENIED
Link uninhibit denied

MTP3_ALARM_SL_REMOTELY_BLOCKED

public static final int MTP3_ALARM_SL_REMOTELY_BLOCKED
Link remotely blocked

MTP3_ALARM_SL_REMOTELY_UNBLOCKED

public static final int MTP3_ALARM_SL_REMOTELY_UNBLOCKED
Link remotely unblocked

MTP3_ALARM_SL_LOCALLY_BLOCKED

public static final int MTP3_ALARM_SL_LOCALLY_BLOCKED
Link locally blocked

MTP3_ALARM_SL_LOCALLY_UNBLOCKED

public static final int MTP3_ALARM_SL_LOCALLY_UNBLOCKED
Link locally unblocked

MTP3_ALARM_CONCERNED_SP_PAUSE

public static final int MTP3_ALARM_CONCERNED_SP_PAUSE
Concerned destination point code (DPC) pause

MTP3_ALARM_CONCERNED_SP_RESUME

public static final int MTP3_ALARM_CONCERNED_SP_RESUME
Concerned destination point code (DPC) resume

MTP3_ALARM_CONCERNED_SP_NETWORK_CONGESTED

public static final int MTP3_ALARM_CONCERNED_SP_NETWORK_CONGESTED
Concerned destination point code (DPC) network congested

MTP3_ALARM_CONCERNED_SP_USER_UNAVAILABLE

public static final int MTP3_ALARM_CONCERNED_SP_USER_UNAVAILABLE
Concerned destination point code (DPC) remote user unavailable

MTP3_ALARM_CONCERNED_SP_STOP_NET_CONG

public static final int MTP3_ALARM_CONCERNED_SP_STOP_NET_CONG
Concerned destination point code (DPC) stop network congestion
Constructor Detail

Mtp3AlarmEvent

public Mtp3AlarmEvent(Mtp3ManagedObject source,
                      int priority,
                      int alarmType)
Constructs a new Mtp3AlarmEvent.
Parameters:
source - The Managed Object that emitted this Event.
priority - The priority of this Mtp3AlarmEvent. This may be either (in increasing order of priority):
  1. PRIORITY_INFORMATIONAL - The cause of this event does not affect the functional state of the system and may be ignored.
    This Mtp3AlarmEvent is for purely informational purposes only.
  2. PRIORITY_LOW - Indicates that the state of the MO that emitted this Mtp3AlarmEvent has changed as a result of an operation explicitly invoked by an application.
  3. PRIORITY_HIGH - Indicates that the physical network element associated with the MO that emitted this Mtp3AlarmEvent has gone out of service.
    Without corrective action, service reliability can be severely affected.
  4. PRIORITY_CRITICAL Indicates the complete failure of the physical netwrok element associated with the MO that emitted this Mtp3AlarmEvent. Immediate recovery action is required.
alarmType - The type of this alarm. This may be any one of the Alarm Type constants defined in this class, or one of those inherited from OamAlarmEvent.


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

Copyright - 1999 Sun Microsystems