Serialized Form


Package org.apache.java.lang

Class org.apache.java.lang.TimeoutException implements Serializable


Package org.apache.java.net

Class org.apache.java.net.AuthenticationException implements Serializable


Package org.apache.java.recycle

Class org.apache.java.recycle.RecycleBinIsEmpty implements Serializable

Class org.apache.java.recycle.RecycleBinIsFull implements Serializable


Package org.apache.java.util

Class org.apache.java.util.ConfigurationsRepository implements Serializable

Serialized Fields

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

Class org.apache.java.util.ExtendedProperties implements Serializable


Package org.apache.jserv

Class org.apache.jserv.JServ implements Serializable

Class org.apache.jserv.JServSession implements Serializable

Serialization Methods

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.
Serialized Fields

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