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

Field Summary
static int SCHEDULER_THREAD_POOL_DEFAULT_SIZE
           
 
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
 

Field Detail

SCHEDULER_THREAD_POOL_DEFAULT_SIZE

public static final int SCHEDULER_THREAD_POOL_DEFAULT_SIZE
See Also:
Constant Field Values
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 © 2009. All Rights Reserved.