org.mobicents.servlet.sip.core.timers
Class TimerServiceImpl

java.lang.Object
  extended by 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

Constructor Summary
TimerServiceImpl()
           
 
Method Summary
 ServletTimer createTimer(SipApplicationSession appSession, long delay, boolean isPersistent, java.io.Serializable info)
           
 ServletTimer createTimer(SipApplicationSession appSession, long delay, long period, boolean fixedDelay, boolean isPersistent, java.io.Serializable info)
           
static TimerServiceImpl getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimerServiceImpl

public TimerServiceImpl()
Method Detail

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.