Class SessionTable


  • public class SessionTable
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SessionTable()  
    • Method Summary

      Modifier and Type Method Description
      java.util.Collection<Session> activeSessions()  
      Session find​(java.lang.Long id)  
      Session removeSession​(java.lang.Long id)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SessionTable

        public SessionTable()
    • Method Detail

      • find

        public Session find​(java.lang.Long id)
      • removeSession

        public Session removeSession​(java.lang.Long id)
      • activeSessions

        public java.util.Collection<Session> activeSessions()