| |
|
| java.lang.Object java.lang.Thread com.lutris.appserver.server.sessionEnhydra.StandardSessionIdleTimer
StandardSessionIdleTimer | public class StandardSessionIdleTimer extends Thread (Code) | | The idle timer thread for StandardSessionManager .
This thread sleeps in the background, waking up periodically to
check for inactive sessions and to terminate any session that has been
inactive for too long.
version: $Revision: 1.2 $ author: John Marco author: Shawn McMurdo |
Method Summary | |
public void | run() The main code body of the Idle Timer Thread. | public void | shutdown() Shutdown the thread associated with this object. |
run | public void run()(Code) | | The main code body of the Idle Timer Thread. Enters an endless
loop that sleeps for a configurable period, periodically waking
up to check the Session Manager for idle sessions.
|
shutdown | public void shutdown()(Code) | | Shutdown the thread associated with this object.
|
|
|
|