org.mobicents.servlet.sip.core.timers
Class TimerServiceImpl
java.lang.Object
org.mobicents.servlet.sip.core.timers.TimerServiceImpl
- All Implemented Interfaces:
- java.io.Serializable, TimerService
public class TimerServiceImpl
- extends java.lang.Object
- implements TimerService, java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimerServiceImpl
public TimerServiceImpl()
getInstance
public static TimerServiceImpl getInstance()
createTimer
public ServletTimer createTimer(SipApplicationSession appSession,
long delay,
boolean isPersistent,
java.io.Serializable info)
- Specified by:
createTimer in interface TimerService
createTimer
public ServletTimer createTimer(SipApplicationSession appSession,
long delay,
long period,
boolean fixedDelay,
boolean isPersistent,
java.io.Serializable info)
- Specified by:
createTimer in interface TimerService
Copyright © 2008. All Rights Reserved.