Uses of Interface
javax.servlet.sip.ServletTimer

Uses of ServletTimer in javax.servlet.sip
 

Methods in javax.servlet.sip that return ServletTimer
 ServletTimer TimerService.createTimer(SipApplicationSession appSession, long delay, boolean isPersistent, java.io.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, java.io.Serializable info)
          Creates a repeating ServletTimer and schedules it to expire after the specified delay and then again at approximately regular intervals.
 

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



SIP Servlet API 1.0