Method Summary |
|
public void | delete(String key) Method to delete a a key. |
public boolean | exists(String key) Method to query if an an object is stored. |
public java.util.Enumeration | keys() Method that returns an enumration of the keys
of this persistent store. |
public Object | remove(String key) Method to simultaneously retrieve and remove an
object from persistent store. |
public Object | retrieve(String key) Method to retrieve a stored object.
Parameters: key - The key of the user whose sessionis to be retreived. |
public void | store(String key, Serializable obj) Method to store and object (persistent). |