Serialized Form
Package org.apache.java.lang |
Package org.apache.java.net |
Package org.apache.java.recycle |
Package org.apache.java.util |
file
java.lang.String file
- The file connected to this repository (holding comments and such)
model
java.lang.String model
- The file that contains the model of this repository
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.lang.ClassNotFoundException,
java.io.IOException
- Read the instance variables for this object from the specified
object input stream.
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
- Write the instance variables for this object to the specified
object output stream.
context
JServServletManager context
- The session context
- the context
creationTime
long creationTime
- The time at which this session has been created
- the creation time
id
java.lang.String id
- The session id
- the id
isNew
boolean isNew
- Is this session new
- is session new
lastAccessTime
long lastAccessTime
- The last time the session was accessed.
- last access time
sessionData
java.util.Hashtable sessionData
- The session data
- the session data
valid
boolean valid
- Is this session valid
- is session valid