Package org.eclipse.persistence.jpa.rs
Class DataStorage
- java.lang.Object
-
- org.eclipse.persistence.jpa.rs.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.
-
-
-
Field Detail
-
REQUEST_ID
public static final java.lang.String REQUEST_ID
- See Also:
- Constant Field Values
-
-
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 keyvalue
- the value
-
destroy
public static void destroy()
Destroy.
-
-