Returns the idle time from last client access time without invalidation check. @return the idle time in milliseconds @see #getIdleTime()
()
| 193 | * @see #getIdleTime() |
| 194 | */ |
| 195 | long getIdleTimeInternal(); |
| 196 | |
| 197 | /** |
| 198 | * Returns the Manager within which this Session is valid. |
no outgoing calls
no test coverage detected