Class SessionCleanupListener

  • All Implemented Interfaces:
    org.pentaho.platform.api.engine.IPentahoSystemEntryPoint, org.pentaho.platform.api.engine.IPentahoSystemExitPoint, org.pentaho.platform.api.engine.IPentahoSystemListener

    @Deprecated
    public class SessionCleanupListener
    extends Object
    implements org.pentaho.platform.api.engine.IPentahoSystemListener, org.pentaho.platform.api.engine.IPentahoSystemExitPoint, org.pentaho.platform.api.engine.IPentahoSystemEntryPoint
    Deprecated.
    this is now handled by HttpSessionPentahoSessionIntegrationFilter
    This class is responsible for making sure the thread local that hangs on to the current session gets cleared when a system exit point happens.
    • Constructor Detail

      • SessionCleanupListener

        public SessionCleanupListener()
        Deprecated.
    • Method Detail

      • shutdown

        public void shutdown()
        Deprecated.
        Specified by:
        shutdown in interface org.pentaho.platform.api.engine.IPentahoSystemListener
      • startup

        public boolean startup​(org.pentaho.platform.api.engine.IPentahoSession session)
        Deprecated.
        Specified by:
        startup in interface org.pentaho.platform.api.engine.IPentahoSystemListener
      • systemExitPoint

        public void systemExitPoint()
        Deprecated.
        Specified by:
        systemExitPoint in interface org.pentaho.platform.api.engine.IPentahoSystemExitPoint
      • systemEntryPoint

        public void systemEntryPoint()
        Deprecated.
        Specified by:
        systemEntryPoint in interface org.pentaho.platform.api.engine.IPentahoSystemEntryPoint