org.mobicents.servlet.sip.startup
Interface SipApplicationSessionTimerService
- All Known Implementing Classes:
- DefaultSipApplicationSessionTimerService
public interface SipApplicationSessionTimerService
- Author:
- jean.deruelle@gmail.com
schedule
java.util.concurrent.ScheduledFuture<?> schedule(SipApplicationSessionTimerTask expirationTimerTask,
long delay,
java.util.concurrent.TimeUnit unit)
remove
boolean remove(SipApplicationSessionTimerTask expirationTimerTask)
purge
void purge()
shutdownNow
java.util.List<java.lang.Runnable> shutdownNow()
init
void init()
Copyright © 2010. All Rights Reserved.