org.mobicents.slee.resource.sip.wrappers
Class DialogTimeoutTimerTask

java.lang.Object
  extended by java.util.TimerTask
      extended by org.mobicents.slee.resource.sip.wrappers.DialogTimeoutTimerTask
All Implemented Interfaces:
java.lang.Runnable

public class DialogTimeoutTimerTask
extends java.util.TimerTask

This class acts as dialog idle timeout timer, when it is run dialog should be considered dead - no requests in and out within this dialog for certain time.

Author:
B. Baranowski, eduardomartins

Constructor Summary
DialogTimeoutTimerTask(DialogWrapper dialog, SipResourceAdaptor sipResourceAdaptor)
           
 
Method Summary
 boolean cancel()
           
 void run()
           
 java.lang.String toString()
           
 
Methods inherited from class java.util.TimerTask
scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DialogTimeoutTimerTask

public DialogTimeoutTimerTask(DialogWrapper dialog,
                              SipResourceAdaptor sipResourceAdaptor)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Specified by:
run in class java.util.TimerTask

cancel

public boolean cancel()
Overrides:
cancel in class java.util.TimerTask

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2008. All Rights Reserved.