jain.protocol.ss7.oam.mtp3
Class Mtp3ErrorEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--jain.protocol.ss7.oam.OamErrorEvent
              |
              +--jain.protocol.ss7.oam.mtp3.Mtp3ErrorEvent

public class Mtp3ErrorEvent
extends OamErrorEvent

This Event may be emitted by any MTP3 Managed Object if a user defined error is encountered. This Event may then be passed to all concerned MTP3 Error Listeners.

See Also:
Serialized Form

Field Summary
static int MTP3_ERROR_ROUTING_ERROR
          Routing error
 
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
Mtp3ErrorEvent(java.lang.Object source, int errorType)
          Constructs a new Mtp3ErrorEvent 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
 

Field Detail

MTP3_ERROR_ROUTING_ERROR

public static final int MTP3_ERROR_ROUTING_ERROR
Routing error
Constructor Detail

Mtp3ErrorEvent

public Mtp3ErrorEvent(java.lang.Object source,
                      int errorType)
Constructs a new Mtp3ErrorEvent of the specified Error Type.
Parameters:
source - the source of the error
errorType - one of the defined Error Types.


01 September 99
If you have any comments or queries, please mail them to JainOAM@East.Sun.Com

Copyright - 1999 Sun Microsystems