|
||||||||||
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.OamErrorEvent | +--jain.protocol.ss7.oam.sccp.SccpErrorEvent
This Event may be emitted by any SCCP Managed Object if a user defined error is encountered. This Event may then be passed to all concerned SCCP Error Listeners.
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.OamErrorEvent |
errorMsg,
errorType,
NON_OAM_RELATED_ERROR |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
SccpErrorEvent(java.lang.Object source,
int errorType)
Constructs a new SccpErrorEvent of the specified Error Type. |
Method Summary | |
void |
setErrorType(int errorType)
Sets the Type of this Error |
java.lang.String |
toString()
Returns a string representation (with details) of classes which extend this class. |
Methods inherited from class jain.protocol.ss7.oam.OamErrorEvent |
getErrorType,
getNonOamErrorMsg,
setNonOamErrorMsg |
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_ERROR_MSG_SYNTAX
Emitted By: SccpRoutingControMO
public static final int SCCP_ERROR_MSG_INVALID
Emitted By: SccpRoutingControMO
public static final int SCCP_ERROR_MSG_PARAM_OUT_OF_RANGE
Emitted By: SccpRoutingControMO
public static final int SCCP_ERROR_MSG_DECODING
Emitted By: SccpRoutingControMO
public static final int SCCP_ERROR_MSG_INVALID_TYPE
Emitted By: SccpRoutingControMO
public static final int SCCP_ERROR_ROUTING_ERROR
Emitted By: SccpRoutingControMO
public static final int SCCP_ERROR_ILLEGAL_TIMER_EXPIRY
Emitted By: SccpTimerProfileMO
Constructor Detail |
public SccpErrorEvent(java.lang.Object source, int errorType)
source
- the source of the errorerrorType
- one of the defined Error Types.Method Detail |
public void setErrorType(int errorType) throws java.lang.IllegalArgumentException
errorType
- one of the defined SCCP Error Types.public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |