jain.protocol.ss7.oam.tcap
Class TcapErrorEvent
java.lang.Object
|
+--java.util.EventObject
|
+--jain.protocol.ss7.oam.OamErrorEvent
|
+--jain.protocol.ss7.oam.tcap.TcapErrorEvent
- public class TcapErrorEvent
- extends OamErrorEvent
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.
- See Also:
- Serialized Form
| 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. |
| 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 |
TCAP_ERROR_ILLEGAL_TIMER_EXPIRY
public static final int TCAP_ERROR_ILLEGAL_TIMER_EXPIRY
- Illegal timer expiry in the TCAP software.
This may happen if a timer expires in a state where this timer was
not supposed to be active.
TCAP_ERROR_MEMORY_ALLOCATION_FAILURE
public static final int TCAP_ERROR_MEMORY_ALLOCATION_FAILURE
- Memory allocation failure in the TCAP software.
TCAP_ERROR_MSG_MISSING_MANDATORY_PARAM
public static final int TCAP_ERROR_MSG_MISSING_MANDATORY_PARAM
- Mandatory parameter missing. This error occurs if a component or dialogue structure
received from application above TCAP is missing a mandatory element.
TCAP_ERROR_INVOKE_ID_IN_USE
public static final int TCAP_ERROR_INVOKE_ID_IN_USE
- Invoke ID already in use.
TCAP_ERROR_INVOKE_ID_UNRECOGNISED
public static final int TCAP_ERROR_INVOKE_ID_UNRECOGNISED
- Unrecognised Involke ID. This Error is generated if no previous instance of the
invoke ID passed in the component request primitive (with component type other
than Invoke) exists.
TCAP_ERROR_DIALOGUE_ID_UNRECOGNISED
public static final int TCAP_ERROR_DIALOGUE_ID_UNRECOGNISED
- Unrecognised dialogue ID. This Error is generated if no previous instance of the
dialogu ID passed in the data request primitive (with message type other than Begin)
exists.
TCAP_ERROR_MSG_UNEXPECTED_TYPE
public static final int TCAP_ERROR_MSG_UNEXPECTED_TYPE
- Unexpected Message Type. This Error is generated if the message type received in
the data request primitive is not expected in the current transaction state.
TCAP_ERROR_DIALOGUE_ID_UNAVAILABLE
public static final int TCAP_ERROR_DIALOGUE_ID_UNAVAILABLE
- Dialogue ID unavailable. This Error is generated if no dialogue ID can be allocated
for the new dialogue request.
TcapErrorEvent
public TcapErrorEvent(java.lang.Object source,
int errorType)
- Constructs a new TcapErrorEvent of the specified Error Type.
- Parameters:
source - the source of the errorerrorType - one of the defined Error Types.
01 September 99
If you have any comments or queries, please mail them to JainOAM@East.Sun.ComCopyright - 1999 Sun Microsystems