PagedSession requires that all session data and the user
associated with the session be serializable.
version: $Revision: 1.3 $ author: Kyle Clark See Also:PagedSessionHome
Construct a new session. Only called by
PagedSessionHome.
Parameters: sessionManager - The session manager that will manage this session. Parameters: sessionKey - The unique session key associated with the session.
Called before the session is paged to disk.
Returns the transient data that should be restored
when the session is read from disk.
Parameters: data - array of transient data objects. See Also:PagedSession.restoreTransientData
Called when the session is paged back into memory.
Allows it to restore references to the transient
data associated with the session.
Parameters: data - array of transient data objects. See Also:PagedSession.getTransientData