|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--jain.protocol.ss7.oam.OamAlarmEvent | +--jain.protocol.ss7.oam.mtp2.Mtp2AlarmEvent
A Mtp2AlarmEvent is an Event emitted by a Mtp2 Managed Object(MO) to indicate a change in status of the MO. This state change may result from :
Field Summary | |
static int |
MTP2_ALARM_REMOTE_CONGESTION_START
Alarm Type Constant: Remote end congestion started due to unknown cause. |
static int |
MTP2_ALARM_REMOTE_CONGESTION_STOP
Alarm Type Constant: Remote end congestion stopped. |
static int |
MTP2_ALARM_RETRANSMIT_Q_FULL
Alarm Type Constant: Retransmit queue full. |
static int |
MTP2_ALARM_RETRANSMIT_Q_NOT_FULL
Alarm Type Constant: Retransmit queue is no longer full. |
static int |
MTP2_ALARM_SL_ABNORMAL_FIBR_BSNR
Alarm Type Constant: Indicates a signalling link failure due to an abnormal FIBR or BSNR of a signalling link Reference: (ITU Q.703, 5.3) Emitted By: Mtp2Saps |
static int |
MTP2_ALARM_SL_ALIGNED
Alarm Type Constant: Link aligned. |
static int |
MTP2_ALARM_SL_CONGESTION_START
Alarm Type Constant: Link entered congestion due to management initiated or unknown reason. |
static int |
MTP2_ALARM_SL_CONGESTION_STOP
Alarm Type Constant: Link leaving congestion due to management initiated or unknown reason. |
static int |
MTP2_ALARM_SL_DOWN_PHYSICAL
Alarm Type Constant: Link is down at physical level. |
static int |
MTP2_ALARM_SL_EXCESSIVE_DELAY_ACK
Alarm Type Constant: Indicates a signalling link failure due to an excessive delay of ack of a signalling link. |
static int |
MTP2_ALARM_SL_NOT_ALIGNED
Alarm Type Constant: Link not aligned. |
static int |
MTP2_ALARM_SL_START_REMOTE_PROCESSOR_OUTAGE
Alarm Type Constant: Indicates the start of remote processor outage. |
static int |
MTP2_ALARM_SL_UP_PHYSICAL
Alarm Type Constant: Link is up at physical level. |
Fields inherited from class jain.protocol.ss7.oam.OamAlarmEvent |
ALARM_MO_ATTRIBUTE_VALUE_CHANGED,
ALARM_MO_CREATED,
ALARM_MO_DELETED,
ALARM_TIMER_EXPIRED,
alarmType,
PRIORITY_CRITICAL,
PRIORITY_HIGH,
PRIORITY_INFORMATIONAL,
PRIORITY_LOW,
PRIORITY_VENDOR_DEFINED |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
Mtp2AlarmEvent(Mtp2ManagedObject source,
int priority,
int alarmType)
Constructs a new Mtp2AlarmEvent . |
Method Summary | |
void |
setAlarmType(int alarmType)
Sets the Type of this Alarm. IMPORTANTIf the Alarm type is ALARM_TIMER_EXPIRED then the Timer Id of the Timer that caused this event should be set so that the application receiving the Event can determine which Timer caused the Alarm. |
java.lang.String |
toString()
Returns a string representation (with details) of classes which extend this class. |
Methods inherited from class jain.protocol.ss7.oam.OamAlarmEvent |
getAlarmType,
getPriority,
getTimerId,
getTimestamp,
setPriority,
setTimerId |
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public static final int MTP2_ALARM_SL_ABNORMAL_FIBR_BSNR
Reference: (ITU Q.703, 5.3)
Emitted By: Mtp2Saps
public static final int MTP2_ALARM_SL_EXCESSIVE_DELAY_ACK
Reference: (ITU Q.703, 5.3.1)
Emitted By: Mtp2Saps
public static final int MTP2_ALARM_SL_START_REMOTE_PROCESSOR_OUTAGE
Reference: (ITU Q.704, 3.2.6)
Emitted By: Mtp2Saps
public static final int MTP2_ALARM_SL_CONGESTION_START
Emitted By: Mtp2Saps
public static final int MTP2_ALARM_SL_CONGESTION_STOP
Emitted By: Mtp2Saps
public static final int MTP2_ALARM_SL_UP_PHYSICAL
Emitted By: Mtp2Saps
public static final int MTP2_ALARM_SL_DOWN_PHYSICAL
Emitted By: Mtp2Saps
public static final int MTP2_ALARM_SL_ALIGNED
Emitted By: Mtp2Saps
public static final int MTP2_ALARM_SL_NOT_ALIGNED
Emitted By: Mtp2Saps
public static final int MTP2_ALARM_RETRANSMIT_Q_FULL
Emitted By: Mtp2Saps
public static final int MTP2_ALARM_RETRANSMIT_Q_NOT_FULL
Emitted By: Mtp2Saps
public static final int MTP2_ALARM_REMOTE_CONGESTION_START
Emitted By: Mtp2Saps
public static final int MTP2_ALARM_REMOTE_CONGESTION_STOP
Emitted By: Mtp2Saps
Constructor Detail |
public Mtp2AlarmEvent(Mtp2ManagedObject source, int priority, int alarmType)
Mtp2AlarmEvent
.source
- The Managed Object that emitted this Event.priority
- The priority of this Mtp2AlarmEvent.
This may be either (in increasing order of priority):
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.Method Detail |
public void setAlarmType(int alarmType) throws java.lang.IllegalArgumentException
alarmType
- one of the defined MTP2 Alarm Types.public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |