|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--javax.management.Notification | +--jain.protocol.ss7.oam.OamErrorNotification | +--jain.protocol.ss7.oam.sccp.SccpErrorNotification
This Notification may be emitted by any Sccp Managed MBean if a user defined error is encountered.
This SccpErrorNotification should be sent to all applications that have registered with the Sccp MBean as a javax.management.NotificationListener using a filter 'f', where f.isNotificationEnabled(this.getType()) == true.
The Notification class extends the java.util.EventObject base class and defines the minimal information contained in a notification. It contains the following fields:
the notification type, which is a string expressed in a dot notation similar to Java properties.
a sequence number, which is a serial number identifying a particular instance of notification in the context of the notification source
a time stamp, indicating when the notification was generated
a message contained in a string, which could be the explanation of the notification for displaying to a user
userData is used for whatever other data the notification source wishes to communicate to its consumers
Notification sources should use the notification type to indicate the nature of the event to their consumers. When additional information needs to be transmitted to consumers, the source may place it in the message or user data fields.
Inheritance hierarchy for JAIN OAM Notification
Field Summary | |
static int |
SCCP_ERROR_ILLEGAL_TIMER_EXPIRY
Illegal timer expiry in the SCCP software. |
static int |
SCCP_ERROR_MSG_DECODING
Error encountered while decoding SCCP message. |
static int |
SCCP_ERROR_MSG_INVALID
Invalid network message. |
static int |
SCCP_ERROR_MSG_INVALID_TYPE
Invalid message type. |
static int |
SCCP_ERROR_MSG_PARAM_OUT_OF_RANGE
Parameter in a message is out of range. |
static int |
SCCP_ERROR_MSG_SYNTAX
Syntax error in message received from the network. |
static int |
SCCP_ERROR_ROUTING_ERROR
Routing error - Invalid route or route not available. |
Fields inherited from class jain.protocol.ss7.oam.OamErrorNotification |
NON_OAM_RELATED_ERROR |
Constructor Summary | |
SccpErrorNotification(OamManagedObjectMBean source,
long sequenceNumber,
int errorType)
Constructs a new SccpErrorNotification of the specified Error Type. |
Method Summary | |
java.lang.String |
toString()
Returns a string representation (with details) of classes which extend this class. |
Methods inherited from class jain.protocol.ss7.oam.OamErrorNotification |
getErrorType,
getNonOamErrorMsg,
setNonOamErrorMsg |
Methods inherited from class javax.management.Notification |
getMessage,
getSequenceNumber,
getSource,
getTimeStamp,
getType,
getUserData,
setSource,
setUserData |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public static final int SCCP_ERROR_MSG_SYNTAX
Emitted By: SccpRoutingControlMBean
Notification Type: "jain.protocol.ss7.oam.sccp.error.msg_syntax".
public static final int SCCP_ERROR_MSG_INVALID
Emitted By: SccpRoutingControlMBean
Notification Type: "jain.protocol.ss7.oam.sccp.error.msg_invalid".
public static final int SCCP_ERROR_MSG_PARAM_OUT_OF_RANGE
Emitted By: SccpRoutingControlMBean
Notification Type: "jain.protocol.ss7.oam.sccp.error.msg_param_out_of_range".
public static final int SCCP_ERROR_MSG_DECODING
Emitted By: SccpRoutingControlMBean
Notification Type: "jain.protocol.ss7.oam.sccp.error.msg_decoding".
public static final int SCCP_ERROR_MSG_INVALID_TYPE
Emitted By: SccpRoutingControlMBean
Notification Type: "jain.protocol.ss7.oam.sccp.error.msg_invalid_type".
public static final int SCCP_ERROR_ROUTING_ERROR
Emitted By: SccpRoutingControlMBean
Notification Type: "jain.protocol.ss7.oam.sccp.error.routing_error".
public static final int SCCP_ERROR_ILLEGAL_TIMER_EXPIRY
Emitted By: SccpTimerProfileMBean
Notification Type: "jain.protocol.ss7.oam.sccp.error.illegal_timer_expiry".
Constructor Detail |
public SccpErrorNotification(OamManagedObjectMBean source, long sequenceNumber, int errorType) throws java.lang.IllegalArgumentException
source
- the source of the errorsequenceNumberThe
- notification sequence number within the source object.errorType
- one of the defined Error Types.Method Detail |
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |