Class DataStorage


  • public class DataStorage
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String REQUEST_ID  
    • Constructor Summary

      Constructors 
      Constructor Description
      DataStorage()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void destroy()
      Destroy.
      static java.lang.Object get​(java.lang.String key)
      Gets the.
      static void set​(java.lang.String key, java.lang.Object value)
      Sets the.
      • Methods inherited from class java.lang.Object

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

      • DataStorage

        public DataStorage()
    • Method Detail

      • get

        public static java.lang.Object get​(java.lang.String key)
        Gets the.
        Parameters:
        key - the key
        Returns:
        the object
      • set

        public static void set​(java.lang.String key,
                               java.lang.Object value)
        Sets the.
        Parameters:
        key - the key
        value - the value
      • destroy

        public static void destroy()
        Destroy.