com.lutris.appserver.server.sessionEnhydra
Interface StandardSessionIdleHandler
public interface StandardSessionIdleHandler
Interface for class that is involked by StandardSessionIdleTimer to
clean up sessions.
- Version:
- $Revision: 1.1 $
- Author:
- Mark Diekhans
Method Summary |
void |
cleanUpIdleSessions()
Method that is called by idle handler to clean up sessions. |
cleanUpIdleSessions
void cleanUpIdleSessions()
throws SessionException
- Method that is called by idle handler to clean up sessions.
- Throws:
SessionException
- if the idle sessions cannot be cleaned up.