com.lutris.appserver.server.session
Interface StandardSessionIdleHandler
- All Known Implementing Classes:
- StandardSessionManager
- public interface StandardSessionIdleHandler
Interface for class that is involked by StandardSessionIdleTimer to
clean up sessions.
- Version:
- $Revision: 1.7.14.1 $
Method Summary |
void |
cleanUpIdleSessions()
Method that is called by idle handler to clean up sessions. |
cleanUpIdleSessions
public 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.