void
|
extendTtlByIdleTimeout(Calendar iNow)
|
void
|
extendTtlByIdleTimeout(Calendar iNow, int iIdleTimeout)
|
int
|
getIdleTimeout()
|
int
|
getSecsSinceMidnight()
getSecsSinceMidnight returns only the number of seconds since midnight that the time to live is set for.
|
Calendar
|
getTtl()
getTtl will return the Calendar that represents the time to live moment.
|
boolean
|
isExpired(Calendar iNow)
isExpired will check the internal time to live calendar against the input iNow Calendar and return true if the time to live
has expired.
|
void
|
setTtl(Calendar iIServerTtl)
setTtl will set the time to live directly overwriting whatever was there before.
|