|
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.DialogTimeoutEvent
public class DialogTimeoutEvent
DialogAckTimeoutEvent is delivered to the Listener when the dialog does not receive or send an ACK.
| Nested Class Summary | |
|---|---|
static class |
DialogTimeoutEvent.Reason
|
| Constructor Summary | |
|---|---|
DialogTimeoutEvent(Object source,
Dialog dialog,
DialogTimeoutEvent.Reason reason)
Constructs a DialogTerminatedEvent to indicate a dialog timeout. |
|
| Method Summary | |
|---|---|
ClientTransaction |
getClientTransaction()
Get the re-INVITE client transaction that could not be sent. |
Dialog |
getDialog()
Gets the Dialog associated with the event. |
DialogTimeoutEvent.Reason |
getReason()
The reason for the Dialog Timeout Event being delivered to the application. |
void |
setClientTransaction(ClientTransaction clientTransaction)
Set the re-INVITE client transaction. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DialogTimeoutEvent(Object source,
Dialog dialog,
DialogTimeoutEvent.Reason reason)
source - - the source of TimeoutEvent.dialog - - the dialog that timed out.| Method Detail |
|---|
public void setClientTransaction(ClientTransaction clientTransaction)
public Dialog getDialog()
public DialogTimeoutEvent.Reason getReason()
public ClientTransaction getClientTransaction()
|
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 | |||||||||