Uses of Interface
javax.servlet.sip.ServletTimer

Packages that use ServletTimer
javax.servlet.sip   
 

Uses of ServletTimer in javax.servlet.sip
 

Methods in javax.servlet.sip that return ServletTimer
 ServletTimer TimerService.createTimer(SipApplicationSession appSession, long delay, boolean isPersistent, Serializable info)
          Creates a one-time ServletTimer and schedules it to expire after the specified delay.
 ServletTimer TimerService.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 SipApplicationSession.getTimer(String id)
          Returns the active timer identified by a specific id that is associated with this application session.
 

Methods in javax.servlet.sip that return types with arguments of type ServletTimer
 Collection<ServletTimer> SipApplicationSession.getTimers()
          Returns all active timers associated with this application session.
 

Methods in javax.servlet.sip with parameters of type ServletTimer
 void TimerListener.timeout(ServletTimer timer)
          Notifies the listener that the specified timer has expired.
 



Copyright © 2012. All Rights Reserved.