Method Summary |
|
synchronized void | delete() Deletes the paged session. |
String | getSessionKey() Returns the session key associated with this object. |
long | getTimeCreated() Returns the time the session referenced by this handle
was created. |
boolean | isNew() Returns true if the session referenced by this handle is new. |
synchronized PagedSession | read() Reads the session from the file system. |
synchronized void | write() Pages the session to the file system. |