Session data used to store dynamic application
objects. All objects stored in this object must be
serializable.
version: $Revision: 1.2 $ author: Kyle Clark
Method Summary
public synchronized void
set(String keyword, Object value) This method enforces that all PersistentSessionData be
serializable.
Parameters: keyword - The keyword of the field.
This method enforces that all PersistentSessionData be
serializable.
Parameters: keyword - The keyword of the field. This can be a simple keywordor a recursive, dot-seperated keyword path. Parameters: value - The value to associate with the keyword. The value maynot be null and it must be serializable. exception: KeywordValueException - If the keyword is not syntacticallylegal or if the value is not serializable.
Methods inherited from com.lutris.appserver.server.sessionEnhydra.PagedSessionData