NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

gov.nist.javax.sip.stack
Class SIPTransactionErrorEvent

java.lang.Object
  extended by java.util.EventObject
      extended by gov.nist.javax.sip.stack.SIPTransactionErrorEvent
All Implemented Interfaces:
Serializable

public class SIPTransactionErrorEvent
extends EventObject

An event that indicates that a transaction has encountered an error.

Version:
1.2 $Revision: 1.7 $ $Date: 2009/07/17 18:58:15 $
Author:
Jeff Keyser, M. Ranganathan
See Also:
Serialized Form

Field Summary
static int TIMEOUT_ERROR
          This event ID indicates that the transaction has timed out.
static int TIMEOUT_RETRANSMIT
          Retransmit signal to application layer.
static int TRANSPORT_ERROR
          This event ID indicates that there was an error sending a message using the underlying transport.
 
Method Summary
 int getErrorID()
          Returns the ID of the error.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TIMEOUT_ERROR

public static final int TIMEOUT_ERROR
This event ID indicates that the transaction has timed out.

See Also:
Constant Field Values

TRANSPORT_ERROR

public static final int TRANSPORT_ERROR
This event ID indicates that there was an error sending a message using the underlying transport.

See Also:
Constant Field Values

TIMEOUT_RETRANSMIT

public static final int TIMEOUT_RETRANSMIT
Retransmit signal to application layer.

See Also:
Constant Field Values
Method Detail

getErrorID

public int getErrorID()
Returns the ID of the error.

Returns:
Error ID.

NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Submit a bug report or feature request.