public interface GenericTransportStore
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getAttribute(java.lang.String name)
retrieves an attribute store in the session.
|
java.lang.Object |
getData()
get the back-end store object contains the data.
|
java.lang.String |
getType()
The type should be the type of store used for request cache.
|
boolean |
isValid()
Checks whether the session store implementation is valid or not.
|
void |
removeAttribute(java.lang.String name)
remove the stored attribute from the session store.
|
void |
setAttribute(java.lang.String name,
java.lang.Object value)
Stores an attribute in the server.
|
void |
setData(java.lang.Object data)
set the back-end store object contains the data.
|
java.lang.Object getAttribute(java.lang.String name)
name
- void setAttribute(java.lang.String name, java.lang.Object value)
name
- value
- void removeAttribute(java.lang.String name)
name
- boolean isValid()
java.lang.Object getData()
void setData(java.lang.Object data)
data
- java.lang.String getType()