public interface TimerService
| Modifier and Type | Method and Description |
|---|---|
ServletTimer |
createTimer(SipApplicationSession appSession,
long delay,
boolean isPersistent,
Serializable info)
Creates a one-time ServletTimer and schedules it to expire after the specified delay.
|
ServletTimer |
createTimer(SipApplicationSession appSession,
long delay,
long period,
boolean fixedDelay,
boolean isPersistent,
Serializable info)
Creates a repeating ServletTimer and schedules it to expire after the specified delay and then again at approximately regular intervals.
|
ServletTimer createTimer(SipApplicationSession appSession, long delay, boolean isPersistent, Serializable info)
ServletTimer createTimer(SipApplicationSession appSession, long delay, long period, boolean fixedDelay, boolean isPersistent, Serializable info)
Copyright © 2016. All Rights Reserved.