Class ObjectHolder

    • Constructor Detail

      • ObjectHolder

        public ObjectHolder​(javax.servlet.http.HttpSession session,
                            int millisecondToKick)
    • Method Detail

      • kick

        public void kick()
        Kick this holder to remove timeout object
      • get

        public Object get​(String objectId)
        Gets the object with given id
      • put

        public void put​(String objectId,
                        Object object)
        Puts the object with given id