|
||||||||||
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.tcap.TcapErrorEvent
This Event may be emitted by any TCAP Managed Object if a user defined error is encountered. This Event may then be passed to all concerned TCAP Error Listeners.
Field Summary | |
static int |
TCAP_ERROR_DIALOGUE_ID_UNAVAILABLE
Dialogue ID unavailable. |
static int |
TCAP_ERROR_DIALOGUE_ID_UNRECOGNISED
Unrecognised dialogue ID. |
static int |
TCAP_ERROR_ILLEGAL_TIMER_EXPIRY
Illegal timer expiry in the TCAP software. |
static int |
TCAP_ERROR_INVOKE_ID_IN_USE
Invoke ID already in use. |
static int |
TCAP_ERROR_INVOKE_ID_UNRECOGNISED
Unrecognised Involke ID. |
static int |
TCAP_ERROR_MEMORY_ALLOCATION_FAILURE
Memory allocation failure in the TCAP software. |
static int |
TCAP_ERROR_MSG_MISSING_MANDATORY_PARAM
Mandatory parameter missing. |
static int |
TCAP_ERROR_MSG_UNEXPECTED_TYPE
Unexpected Message Type. |
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 | |
TcapErrorEvent(java.lang.Object source,
int errorType)
Constructs a new TcapErrorEvent of the specified Error Type. |
Method Summary | |
void |
setErrorType(int errorType)
Sets the Type of this TCAP Error Event |
java.lang.String |
toString()
|
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 TCAP_ERROR_ILLEGAL_TIMER_EXPIRY
Emitted By: TcapNodeMO
public static final int TCAP_ERROR_MEMORY_ALLOCATION_FAILURE
Emitted By: TcapNodeMO
public static final int TCAP_ERROR_MSG_MISSING_MANDATORY_PARAM
Emitted By: TcapNodeMO
public static final int TCAP_ERROR_INVOKE_ID_IN_USE
Emitted By: TcapNodeMO
public static final int TCAP_ERROR_INVOKE_ID_UNRECOGNISED
Emitted By: TcapNodeMO
public static final int TCAP_ERROR_DIALOGUE_ID_UNRECOGNISED
Emitted By: TcapNodeMO
public static final int TCAP_ERROR_MSG_UNEXPECTED_TYPE
Emitted By: TcapNodeMO
public static final int TCAP_ERROR_DIALOGUE_ID_UNAVAILABLE
Emitted By: TcapNodeMO
Constructor Detail |
public TcapErrorEvent(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 TCAP Error Types.public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |