public interface ServletTimer
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancels this timer.
|
SipApplicationSession |
getApplicationSession()
Returns the application session associated with this ServletTimer.
|
String |
getId()
Returns a string containing the unique identifier assigned to this timer task.
|
Serializable |
getInfo()
Get the information associated with the timer at the time of creation.
|
long |
getTimeRemaining()
Get the number of milliseconds that will elapse before the next scheduled timer expiration.
|
long |
scheduledExecutionTime()
Returns the scheduled expiration time of the most recent actual expiration of this timer.
|
void cancel()
SipApplicationSession getApplicationSession()
String getId()
Serializable getInfo()
long scheduledExecutionTime()
long getTimeRemaining()
Copyright © 2016. All Rights Reserved.