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.util.concurrent.Callable<MobicentsSipApplicationSession>
Enclosing class:
SipApplicationSessionImpl

protected class SipApplicationSessionImpl.SipApplicationSessionTimerTask
extends java.lang.Object
implements java.util.concurrent.Callable<MobicentsSipApplicationSession>

Timer task that will notify the listeners that the sip application session has expired

Author:
Jean Deruelle

Constructor Summary
SipApplicationSessionImpl.SipApplicationSessionTimerTask(MobicentsSipApplicationSession mobicentsSipApplicationSession)
          Default Constructor
 
Method Summary
 MobicentsSipApplicationSession call()
           
 
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(MobicentsSipApplicationSession mobicentsSipApplicationSession)
Default Constructor

Parameters:
sipApplicationSessionImpl - the sip application session that will expires
Method Detail

call

public MobicentsSipApplicationSession call()
                                    throws java.lang.Exception
Specified by:
call in interface java.util.concurrent.Callable<MobicentsSipApplicationSession>
Throws:
java.lang.Exception


Copyright © 2009. All Rights Reserved.