Interface IHttpSessionClosedReactor

All Known Implementing Classes:
LongPollingMgr.MyHttpSessionClosedReactor

public interface IHttpSessionClosedReactor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notification about a session being destroyed (e.g. by time out management of servlet container, or by administrator).
  • Method Details

    • reactOnClosed

      void reactOnClosed()
      Notification about a session being destroyed (e.g. by time out management of servlet container, or by administrator). You may add your code to tidy up resourced that you bound within an http session.

      An instance of this interface is added to the object HttpSessionListenerDelegator, using the method HttpSessionAccess.getCurrentHttpSessionListenerDelegator(). This needs to be done per session.