|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
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 |
---|
public static final int TIMEOUT_ERROR
public static final int TRANSPORT_ERROR
public static final int TIMEOUT_RETRANSMIT
Method Detail |
---|
public int getErrorID()
|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |