gov.nist.javax.sip.stack
クラス SIPTransactionErrorEvent

java.lang.Object
  上位を拡張 java.util.EventObject
      上位を拡張 gov.nist.javax.sip.stack.SIPTransactionErrorEvent
すべての実装されたインタフェース:
java.io.Serializable

public class SIPTransactionErrorEvent
extends java.util.EventObject

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

バージョン:
JAIN-SIP-1.1 $Revision: 1.4 $ $Date: 2004/01/22 13:26:33 $
作成者:
Jeff Keyser, M. Ranganathan
関連項目:
直列化された形式

フィールドの概要
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.
 
メソッドの概要
 int getErrorID()
          Returns the ID of the error.
 
クラス java.util.EventObject から継承されたメソッド
getSource, toString
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

TIMEOUT_ERROR

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

関連項目:
定数フィールド値

TRANSPORT_ERROR

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

関連項目:
定数フィールド値

TIMEOUT_RETRANSMIT

public static final int TIMEOUT_RETRANSMIT
Retransmit signal to application layer.

関連項目:
定数フィールド値
メソッドの詳細

getErrorID

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

戻り値:
Error ID.