|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.TimerTask
org.mobicents.slee.resource.sip.wrappers.DialogTimeoutTimerTask
public class DialogTimeoutTimerTask
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.
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 |
---|
public DialogTimeoutTimerTask(DialogWrapper dialog, SipResourceAdaptor sipResourceAdaptor)
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
run
in class java.util.TimerTask
public boolean cancel()
cancel
in class java.util.TimerTask
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |