Class PentahoHttpSessionListener

  • All Implemented Interfaces:
    EventListener, javax.servlet.http.HttpSessionListener

    public class PentahoHttpSessionListener
    extends Object
    implements javax.servlet.http.HttpSessionListener
    • Constructor Detail

      • PentahoHttpSessionListener

        public PentahoHttpSessionListener()
    • Method Detail

      • sessionCreated

        public void sessionCreated​(javax.servlet.http.HttpSessionEvent event)
        Specified by:
        sessionCreated in interface javax.servlet.http.HttpSessionListener
      • sessionDestroyed

        public void sessionDestroyed​(javax.servlet.http.HttpSessionEvent event)
        Specified by:
        sessionDestroyed in interface javax.servlet.http.HttpSessionListener
      • registerHttpSession

        public static void registerHttpSession​(String sessionId,
                                               String processId,
                                               String activityId,
                                               String objectName,
                                               String userName,
                                               String id,
                                               long start)
      • deregisterHttpSession

        public static void deregisterHttpSession​(String id)