net.java.slee.resource.sip
Class DialogTimeoutEvent

java.lang.Object
  extended by net.java.slee.resource.sip.DialogTimeoutEvent
All Implemented Interfaces:
java.io.Serializable

public class DialogTimeoutEvent
extends java.lang.Object
implements java.io.Serializable

Event that signals the timeout of a Dialog.

See Also:
Serialized Form

Constructor Summary
DialogTimeoutEvent(javax.sip.Dialog dialog)
           
 
Method Summary
 javax.sip.Dialog getDialog()
          Retrieves the dialog that expired.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DialogTimeoutEvent

public DialogTimeoutEvent(javax.sip.Dialog dialog)
Parameters:
dialog -
Method Detail

getDialog

public javax.sip.Dialog getDialog()
Retrieves the dialog that expired.

Returns:


Copyright © 2010. All Rights Reserved.