| |
|
| java.lang.Object gov.nist.siplite.stack.SIPTransactionErrorEvent
SIPTransactionErrorEvent | public class SIPTransactionErrorEvent (Code) | | An event that indicates that a transaction has encountered an error.
|
Field Summary | |
final public static int | TIMEOUT_ERROR This event ID indicates that the transaction has timed out. | final public static int | TRANSPORT_ERROR This event ID indicates that there was an error sending
a message using the underlying transport. | protected Transaction | sourceTransaction The originating transaction. |
TIMEOUT_ERROR | final public static int TIMEOUT_ERROR(Code) | | This event ID indicates that the transaction has timed out.
|
TRANSPORT_ERROR | final public static int TRANSPORT_ERROR(Code) | | This event ID indicates that there was an error sending
a message using the underlying transport.
|
sourceTransaction | protected Transaction sourceTransaction(Code) | | The originating transaction.
|
SIPTransactionErrorEvent | SIPTransactionErrorEvent(Transaction sourceTransaction, int transactionErrorID)(Code) | | Creates a transaction error event.
Parameters: sourceTransaction - Transaction which is raising the error. Parameters: transactionErrorID - ID of the error that has ocurred. |
getErrorID | public int getErrorID()(Code) | | Returns the ID of the error.
Error ID. |
getSource | public Transaction getSource()(Code) | | Gets the error source.
the source of the error. |
|
|
|