Class SimpleSessionStore

  • All Implemented Interfaces:
    SessionStore

    public class SimpleSessionStore
    extends java.lang.Object
    implements SessionStore
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getSessionValue​(java.lang.String uniqueKey)  
      void setSessionValue​(java.lang.String uniqueKey, java.lang.Object value)  
      • Methods inherited from class java.lang.Object

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

      • SimpleSessionStore

        public SimpleSessionStore()
    • Method Detail

      • getSessionValue

        public java.lang.Object getSessionValue​(java.lang.String uniqueKey)
        Specified by:
        getSessionValue in interface SessionStore
      • setSessionValue

        public void setSessionValue​(java.lang.String uniqueKey,
                                    java.lang.Object value)
        Specified by:
        setSessionValue in interface SessionStore