|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TimerListener
Listener interface implemented by SIP servlet applications using timers.
The application specifies an implementation of this interface
in a listener
element of the SIP deployment descriptor.
There may be at most one TimerListener
defined.
TimerService
Method Summary | |
---|---|
void |
timeout(ServletTimer timer)
Notifies the listener that the specified timer has expired. |
Method Detail |
---|
void timeout(ServletTimer timer)
timer
- the timer that has expired
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |