|
||||||||||
| 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.mtp2.Mtp2ErrorEvent
This Event may be emitted by any MTP2 Managed Object if a user defined error is encountered. This Event may then be passed to all concerned MTP2 Error Listeners
| 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 | |
Mtp2ErrorEvent(java.lang.Object source,
int errorType)
Constructs a new Mtp2ErrorEvent of the specified Error Type. |
|
| Methods inherited from class jain.protocol.ss7.oam.OamErrorEvent |
getErrorType,
getNonOamErrorMsg,
setErrorType,
setNonOamErrorMsg |
| Methods inherited from class java.util.EventObject |
getSource,
toString |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public Mtp2ErrorEvent(java.lang.Object source,
int errorType)
source - the source of the errorerrorType - one of the defined Error Types.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||