EAF 6.4 Implementation

com.lutris.appserver.server.sessionContainerAdapter
Class SerializableSessionData

java.lang.Object
  extended bycom.lutris.util.KeywordValueTable
      extended bycom.lutris.appserver.server.session.SessionData
          extended bycom.lutris.appserver.server.sessionContainerAdapter.SerializableSessionData
All Implemented Interfaces:
java.io.Serializable

public class SerializableSessionData
extends SessionData
implements java.io.Serializable

Description:

Serializable SessionData

Version:
1.0
See Also:
Serialized Form

Constructor Summary
SerializableSessionData()
           
 
Methods inherited from class com.lutris.util.KeywordValueTable
containsKey, get, get, getSection, getString, getString, keys, leafKeys, newSection, remove, set, setDefault, toHtml, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SerializableSessionData

public SerializableSessionData()

EAF 6.4 Implementation