java.lang.Object
org.diabetestechnology.drh.service.http.hub.prime.session.SessionTracker
All Implemented Interfaces:
jakarta.servlet.http.HttpSessionListener, EventListener

@Component public class SessionTracker extends Object implements jakarta.servlet.http.HttpSessionListener
  • Constructor Details

    • SessionTracker

      public SessionTracker(@Qualifier("secondaryDsl") org.jooq.DSLContext dsl)
  • Method Details

    • sessionCreated

      public void sessionCreated(jakarta.servlet.http.HttpSessionEvent se)
      Specified by:
      sessionCreated in interface jakarta.servlet.http.HttpSessionListener
    • sessionDestroyed

      public void sessionDestroyed(jakarta.servlet.http.HttpSessionEvent se)
      Specified by:
      sessionDestroyed in interface jakarta.servlet.http.HttpSessionListener
    • getAllSessions

      public List<SessionDetails> getAllSessions()