org.mobicents.servlet.sip.core.session
Class SipApplicationSessionImpl.SipApplicationSessionTimerTask

java.lang.Object
  extended by org.mobicents.servlet.sip.core.session.SipApplicationSessionImpl.SipApplicationSessionTimerTask
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
SipApplicationSessionImpl

public class SipApplicationSessionImpl.SipApplicationSessionTimerTask
extends java.lang.Object
implements java.lang.Runnable

Timer task that will notify the listeners that the sip application session has expired It is an improved timer task that is delayed every time setLastAccessedTime is called on it. It is delayed of lastAccessedTime + lifetime

Author:
Jean Deruelle

Constructor Summary
SipApplicationSessionImpl.SipApplicationSessionTimerTask()
           
 
Method Summary
 long getDelay()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SipApplicationSessionImpl.SipApplicationSessionTimerTask

public SipApplicationSessionImpl.SipApplicationSessionTimerTask()
Method Detail

run

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

getDelay

public long getDelay()


Copyright © 2009. All Rights Reserved.