|
||||||||||
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.mtp3.Mtp3AlarmEvent
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 :
Field Summary | |
static int |
MTP3_ALARM_CONCERNED_SP_NETWORK_CONGESTED
Alarm Type Constant: Concerned destination point code (DPC) network congested. |
static int |
MTP3_ALARM_CONCERNED_SP_PAUSE
Alarm Type Constant: Concerned destination point code (DPC) pause. |
static int |
MTP3_ALARM_CONCERNED_SP_RESUME
Alarm Type Constant: Concerned destination point code (DPC) resume. |
static int |
MTP3_ALARM_CONCERNED_SP_STOP_NET_CONG
Alarm Type Constant: Concerned destination point code (DPC) stop network congestion. |
static int |
MTP3_ALARM_CONCERNED_SP_USER_UNAVAILABLE
Alarm Type Constant: Concerned destination point code (DPC) remote user unavailable. |
static int |
MTP3_ALARM_LS_BROADCAST_TFA
Alarm Type Constant: Signalling Linkset and Routeset Availability: Indicates the initiation of broedcast TFA due to the recovery of a measured linkset. |
static int |
MTP3_ALARM_LS_BROADCAST_TFP
Alarm Type Constant: Signalling Linkset and Routeset Availability: Indicates the initiation of broedcast TFP due to failure of a measured linkset. |
static int |
MTP3_ALARM_LS_CHANGE
Alarm Type Constant: Signalling Linkset and Routeset Availability: Indicates the change in linkset used to adjacent Signalling Point. |
static int |
MTP3_ALARM_LS_END_FAILURE
Alarm Type Constant: Signalling Linkset and Routeset Availability: Indicates the end of Linkset failure. |
static int |
MTP3_ALARM_LS_START_FAILURE
Alarm Type Constant: Signalling Linkset and Routeset Availability: Indicates the start of Linkset failure. |
static int |
MTP3_ALARM_RS_END_UNAVAILABILITY
Alarm Type Constant: Signalling Linkset and Routeset Availability: Indicates the end of unavailability of routeset to a given destination or set of destinations. |
static int |
MTP3_ALARM_RS_START_UNAVAILABILITY
Alarm Type Constant: Signalling Linkset and Routeset Availability: Indicates the start of unavailability of routeset to a given destination or set of destinations. |
static int |
MTP3_ALARM_SL_END_REMOTE_PROCESSOR_OUTAGE
Alarm Type Constant: Signalling Link Availability: Indicates the end of remote processor outage. |
static int |
MTP3_ALARM_SL_EXCESSIVE_CONGESTION
Alarm Type Constant: Signalling Link Faults & Performance: Indicates a signalling link failure due to the excessive duration of congestion of a signalling link. |
static int |
MTP3_ALARM_SL_EXCESSIVE_ERROR_RATE
Alarm Type Constant: Signalling Link Faults & Performance: Indicates a signalling link failure due to an excessive error rate of a signalling link. |
static int |
MTP3_ALARM_SL_FAILURE
Alarm Type Constant: Signalling Link Faults & Performance: Indicates that there has been a signalling link failure. |
static int |
MTP3_ALARM_SL_INHIBIT_DENIED
Alarm Type Constant: Link inhibit denied. |
static int |
MTP3_ALARM_SL_LOCAL_AUTO_CHANGEBACK
Alarm Type Constant: Signalling Link Faults & Performance: Indicates a local automatic changeback. |
static int |
MTP3_ALARM_SL_LOCAL_AUTO_CHANGEOVER
Alarm Type Constant: Signalling Link Faults & Performance: Indicates a local automatic changeover. |
static int |
MTP3_ALARM_SL_LOCALLY_BLOCKED
Alarm Type Constant: Link locally blocked. |
static int |
MTP3_ALARM_SL_LOCALLY_UNBLOCKED
Alarm Type Constant: Link locally unblocked. |
static int |
MTP3_ALARM_SL_REMOTELY_BLOCKED
Alarm Type Constant: Link remotely blocked. |
static int |
MTP3_ALARM_SL_REMOTELY_UNBLOCKED
Alarm Type Constant: Link remotely unblocked. |
static int |
MTP3_ALARM_SL_RESTORATION
Alarm Type Constant: Signalling Link Faults & Performance: Indicates the restoration of a signalling link. |
static int |
MTP3_ALARM_SL_START_LOCAL_INHIBITION
Alarm Type Constant: Signalling Link Availability: Indicates the start of local inhibition. |
static int |
MTP3_ALARM_SL_START_REMOTE_INHIBITION
Alarm Type Constant: Signalling Link Availability: Indicates the start of remote inhibition. |
static int |
MTP3_ALARM_SL_STOP_LOCAL_INHIBITION
Alarm Type Constant: Signalling Link Availability: Indicates the stop of local inhibition. |
static int |
MTP3_ALARM_SL_STOP_REMOTE_INHIBITION
Alarm Type Constant: Signalling Link Availability: Indicates the stop of remote inhibition. |
static int |
MTP3_ALARM_SL_UNINHIBIT_DENIED
Alarm Type Constant: Link uninhibit denied. |
static int |
MTP3_ALARM_SP_ACCESSIBLE
Alarm Type Constant: Mtp Signalling Point Status: Indicates that an adjacent Signalling Point is accessible. |
static int |
MTP3_ALARM_SP_INACCESSIBLE
Alarm Type Constant: Mtp Signalling Point Status: Indicates that the adjacent Signalling Point is inaccessible. |
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 | |
Mtp3AlarmEvent(Mtp3ManagedObject source,
int priority,
int alarmType)
Constructs a new Mtp3AlarmEvent . |
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 MTP3_ALARM_SL_FAILURE
Emitted By: LinkMO
public static final int MTP3_ALARM_SL_EXCESSIVE_ERROR_RATE
Emitted By: LinkMO Reference: (ITU Q.703, 10.2.2)
public static final int MTP3_ALARM_SL_EXCESSIVE_CONGESTION
Emitted By: LinkMO Reference: (ITU Q.703, 9.3)
public static final int MTP3_ALARM_SL_LOCAL_AUTO_CHANGEOVER
Emitted By: LinkMO Reference: (ITU Q.703, Clause 5)
public static final int MTP3_ALARM_SL_LOCAL_AUTO_CHANGEBACK
Emitted By: LinkMO Reference: (ITU Q.703, Clause 6)
public static final int MTP3_ALARM_SL_RESTORATION
Emitted By: LinkMO Reference: (ITU Q.704, 3.2.3)
public static final int MTP3_ALARM_SL_END_REMOTE_PROCESSOR_OUTAGE
Emitted By: LinkMO Reference: (ITU Q.704, 3.2.7)
public static final int MTP3_ALARM_SL_START_LOCAL_INHIBITION
Emitted By: LinkMO Reference: (ITU Q.704, Clause 10)
public static final int MTP3_ALARM_SL_STOP_LOCAL_INHIBITION
Emitted By: LinkMO
public static final int MTP3_ALARM_SL_START_REMOTE_INHIBITION
Emitted By: LinkMO Reference: (ITU Q.704, Clause 10)
public static final int MTP3_ALARM_SL_STOP_REMOTE_INHIBITION
Emitted By: LinkMO
public static final int MTP3_ALARM_LS_START_FAILURE
Emitted By: LinksetMO
public static final int MTP3_ALARM_LS_END_FAILURE
Emitted By: LinksetMO
public static final int MTP3_ALARM_LS_BROADCAST_TFP
Emitted By: LinksetMO Reference: (ITU Q.704, Clause 13)
public static final int MTP3_ALARM_LS_BROADCAST_TFA
Emitted By: LinksetMO Reference: (ITU Q.704, Clause 13)
public static final int MTP3_ALARM_LS_CHANGE
Emitted By: LinksetMO
public static final int MTP3_ALARM_RS_START_UNAVAILABILITY
Emitted By: RoutesetMO Reference: (ITU Q.704, 11.2.1)
public static final int MTP3_ALARM_RS_END_UNAVAILABILITY
Emitted By: RoutesetMO Reference: (ITU Q.704, 11.2.2)
public static final int MTP3_ALARM_SP_INACCESSIBLE
Emitted By: Mtp3SapMO
public static final int MTP3_ALARM_SP_ACCESSIBLE
Emitted By: Mtp3SapMO
public static final int MTP3_ALARM_SL_INHIBIT_DENIED
Emitted By: LinkMO
public static final int MTP3_ALARM_SL_UNINHIBIT_DENIED
Emitted By: LinkMO
public static final int MTP3_ALARM_SL_REMOTELY_BLOCKED
Emitted By: LinkMO
public static final int MTP3_ALARM_SL_REMOTELY_UNBLOCKED
Emitted By: LinkMO
public static final int MTP3_ALARM_SL_LOCALLY_BLOCKED
Emitted By: LinkMO
public static final int MTP3_ALARM_SL_LOCALLY_UNBLOCKED
Emitted By: LinkMO
public static final int MTP3_ALARM_CONCERNED_SP_PAUSE
Emitted By: Mtp2SapMO
public static final int MTP3_ALARM_CONCERNED_SP_RESUME
Emitted By: Mtp2SapMO
public static final int MTP3_ALARM_CONCERNED_SP_NETWORK_CONGESTED
Emitted By: Mtp2SapMO
public static final int MTP3_ALARM_CONCERNED_SP_USER_UNAVAILABLE
Emitted By: Mtp2SapMO
public static final int MTP3_ALARM_CONCERNED_SP_STOP_NET_CONG
Emitted By: Mtp2SapMO
Constructor Detail |
public Mtp3AlarmEvent(Mtp3ManagedObject source, int priority, int alarmType)
Mtp3AlarmEvent
.source
- The Managed Object that emitted this Event.priority
- The priority of this Mtp3AlarmEvent.
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 Alarm MTP3 Types.public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |