| java.lang.Object gov.nist.siplite.stack.SIPTimerEvent
SIPTimerEvent | public class SIPTimerEvent (Code) | | An event that indicates that a transaction has encountered an error.
|
RETRANSMISSION | public static int RETRANSMISSION(Code) | | Retransmission enabled.
|
SIPTimerEvent | SIPTimerEvent(Transaction sourceTransaction, int eventId)(Code) | | Creates a transaction error event.
Parameters: sourceTransaction - Transaction which is raising the error. Parameters: eventId - ID of the error that has ocurred. |
getSource | public Transaction getSource()(Code) | | Gets the originating transaction.
the source transation |
|
|