EAF 7.4 API

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.
 

Method Detail

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.

EAF 7.4 API