|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjava.util.EventObject
gov.nist.javax.sip.stack.SIPTransactionErrorEvent
public class SIPTransactionErrorEvent
An event that indicates that a transaction has encountered an error.
| フィールドの概要 | |
|---|---|
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 |
| フィールドの詳細 |
|---|
public static final int TIMEOUT_ERROR
public static final int TRANSPORT_ERROR
public static final int TIMEOUT_RETRANSMIT
| メソッドの詳細 |
|---|
public int getErrorID()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||