|
||||||||||
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.sccp.SccpAlarmEvent
A SccpAlarmEvent is an Event emitted by a Sccp Managed Object(MO) to indicate a change in status of the MO. This state change may result from :
Field Summary | |
static int |
SCCP_ALARM_QOS_HOP_COUNTER_VIOLATION
Alarm Type Constant: Quality Of Service: Hop Counter Violation. |
static int |
SCCP_ALARM_QOS_NO_REASSEBLY_SPACE
Alarm Type Constant: Quality Of Service: No Reassembly Space. |
static int |
SCCP_ALARM_QOS_NO_RULE_FOR_ADDR
Alarm Type Constant: Quality Of Service: No Rule For Address . |
static int |
SCCP_ALARM_QOS_NO_SEGEMENTATION_SUPPORT
Alarm Type Constant: Quality Of Service: No Segmentation Support . |
static int |
SCCP_ALARM_QOS_NO_TRANSLATOR_FOR_ADDR
Alarm Type Constant: Alarm Type Constant: No Translator For Address ). |
static int |
SCCP_ALARM_QOS_PC_CONGESTED
Alarm Type Constant: Quality Of Service: Point Code Congested . |
static int |
SCCP_ALARM_QOS_PC_NOT_AVAILABLE
Alarm Type Constant: Quality Of Service: Point Code Not Available . |
static int |
SCCP_ALARM_QOS_REASSEMBLY_FAILURE
Alarm Type Constant: Quality Of Service: Reassembly Failure. |
static int |
SCCP_ALARM_QOS_REASSEMBLY_TIMEOUT
Alarm Type Constant: Quality Of Service: Reassembly TimeOut . |
static int |
SCCP_ALARM_QOS_ROUTING_FAILURE
Alarm Type Constant: Quality Of Service: Routing Failure (no reason or unqualified). |
static int |
SCCP_ALARM_QOS_SEGMENT_OUT_OF_ORDER
Alarm Type Constant: Quality Of Service: Segment Out Of Order . |
static int |
SCCP_ALARM_QOS_SEGMENTATION_FAILURE
Alarm Type Constant: Quality Of Service: Segmentation Failure. |
static int |
SCCP_ALARM_QOS_SSN_CONGESTED
Alarm Type Constant: Quality Of Service: Subsystem Congested . |
static int |
SCCP_ALARM_QOS_SSN_UNAVAILABLE
Alarm Type Constant: Quality Of Service: Subsystem Unavailable. |
static int |
SCCP_ALARM_QOS_SSN_UNEQUIPED
Alarm Type Constant: Quality Of Service: Unequiped Subsystem). |
static int |
SCCP_ALARM_QOS_SYNTAX_ERROR
Alarm Type Constant: Quality Of Service: Syntax Error Detected . |
static int |
SCCP_ALARM_QOS_TOO_LARGE
Alarm Type Constant: Quality Of Service: Too Large For Segmentation. |
static int |
SCCP_ALARM_SSN_ALLOWED_RX
Alarm Type Constant: Sccp Subsystem Availability: Indicates that a Subsystem allowed message has been received. |
static int |
SCCP_ALARM_SSN_AVAILABLE
Alarm Type Constant: Sccp Subsystem Availability: Indicates that a local SCCP has become available, after being unavailable for any reason. |
static int |
SCCP_ALARM_SSN_END_PROHIBITED
Alarm Type Constant: Sccp Subsystem Availability: Indicates the end of a Subsystem prohibited. |
static int |
SCCP_ALARM_SSN_OOS_DENIED
Alarm Type Constant: Sccp Subsystem Availability: Indicates that a subsystem of out-of-service request has been denied. |
static int |
SCCP_ALARM_SSN_OOS_GRANT
Alarm Type Constant: Sccp Subsystem Availability: Indicates that a subsystem of out-of-service grant message has benn received. |
static int |
SCCP_ALARM_SSN_START_PROHIBITED
Alarm Type Constant: Sccp Subsystem Availability: Indicates the start of a Subsystem prohibited. |
static int |
SCCP_ALARM_SSN_UNAVAILABLE_CONGESTION
Alarm Type Constant: Sccp Subsystem Availability: Indicates the start of a local SCCP unavailable due to congestion. |
static int |
SCCP_ALARM_SSN_UNAVAILABLE_FAILURE
Alarm Type Constant: Sccp Subsystem Availability: Indicates the start of a local SCCP unavailable due to failure. |
static int |
SCCP_ALARM_SSN_UNAVAILABLE_MAINTENANCE
Alarm Type Constant: Sccp Subsystem Availability: Indicates the start of a local SCCP unavailable due to maintenance. |
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 | |
SccpAlarmEvent(SccpManagedObject source,
int priority,
int alarmType)
Constructs a new SccpAlarmEvent . |
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 SCCP_ALARM_SSN_UNAVAILABLE_FAILURE
Emitted By: SccpSapMO
public static final int SCCP_ALARM_SSN_UNAVAILABLE_MAINTENANCE
Emitted By: SccpSapMO
public static final int SCCP_ALARM_SSN_UNAVAILABLE_CONGESTION
Emitted By: SccpSapMO
public static final int SCCP_ALARM_SSN_AVAILABLE
Emitted By: SccpSapMO
public static final int SCCP_ALARM_SSN_OOS_GRANT
Emitted By: SccpSapMO Reference: (ITU Q.714, 5.3.5.3)
public static final int SCCP_ALARM_SSN_OOS_DENIED
Emitted By: SccpSapMO Reference: (ITU Q.714, 5.3.5.3)
public static final int SCCP_ALARM_SSN_START_PROHIBITED
Emitted By: SccpSapMO Reference: (ITU Q.714, 5.3.2)
public static final int SCCP_ALARM_SSN_END_PROHIBITED
Emitted By: SccpSapMO Reference: (ITU Q.714, 5.3.2)
public static final int SCCP_ALARM_SSN_ALLOWED_RX
Emitted By: SccpSapMO Reference: (ITU q.714, 5.3.3)
public static final int SCCP_ALARM_QOS_TOO_LARGE
Emitted By: SccpSapMO Reference: (ITU Q.752, 7.14)
public static final int SCCP_ALARM_QOS_REASSEMBLY_TIMEOUT
Emitted By: SccpRoutingControlMO Reference: (ITU Q.752/7.10)
public static final int SCCP_ALARM_QOS_SEGMENT_OUT_OF_ORDER
Emitted By: SccpRoutingControlMO Reference: (ITU Q.752/7.11)
public static final int SCCP_ALARM_QOS_NO_REASSEBLY_SPACE
Emitted By: SccpRoutingControlMO Reference: (ITU Q.752/7.12)
public static final int SCCP_ALARM_QOS_NO_SEGEMENTATION_SUPPORT
Emitted By: SccpRoutingControlMO Reference: (ITU Q.752/7.19)
public static final int SCCP_ALARM_QOS_SEGMENTATION_FAILURE
Emitted By: SccpSapMO Reference: (ITU Q.752/7.20)
public static final int SCCP_ALARM_QOS_REASSEMBLY_FAILURE
Emitted By: SccpRoutingControlMO Reference: (ITU Q.752/7.21)
public static final int SCCP_ALARM_QOS_NO_TRANSLATOR_FOR_ADDR
Emitted By: SccpRoutingControlMO Reference: (ITU Q.752/7.1
public static final int SCCP_ALARM_QOS_NO_RULE_FOR_ADDR
Emitted By: SccpRoutingControlMO Reference: (ITU Q.752/7.2)
public static final int SCCP_ALARM_QOS_PC_NOT_AVAILABLE
Emitted By: SccpRoutingControlMO Reference: (ITU Q.752/7.31)
public static final int SCCP_ALARM_QOS_PC_CONGESTED
Emitted By: SccpRoutingControlMO Reference: (ITU Q.752/7.4)
public static final int SCCP_ALARM_QOS_SSN_UNAVAILABLE
Emitted By: SccpSapMO Reference: (ITU Q.752/7.5)
public static final int SCCP_ALARM_QOS_SSN_CONGESTED
Emitted By: SccpSapMO Reference: (ITU Q.752/7.6)
public static final int SCCP_ALARM_QOS_SSN_UNEQUIPED
Emitted By: SccpSapMO Reference: (ITU Q.752/7.7
public static final int SCCP_ALARM_QOS_SYNTAX_ERROR
Emitted By: SccpSapMO Reference: (ITU Q.752/7.8)
public static final int SCCP_ALARM_QOS_ROUTING_FAILURE
Emitted By: SccpRoutingControlMO Reference: (ITU Q.752/7.9)
public static final int SCCP_ALARM_QOS_HOP_COUNTER_VIOLATION
Emitted By: SccpRoutingControlMO Reference: (ITU Q.752/7.13)
Constructor Detail |
public SccpAlarmEvent(SccpManagedObject source, int priority, int alarmType)
SccpAlarmEvent
.source
- The Managed Object that emitted this Event.priority
- The priority of this SccpAlarmEvent.
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 SCCP Alarm Types.public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |