|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package com.hazelcast.web.tomcat |
|---|
| Class com.hazelcast.web.tomcat.HazelcastAttribute extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
String sessionId
String name
Object value
| Class com.hazelcast.web.tomcat.HazelcastSession extends org.apache.catalina.session.StandardSession implements Serializable |
|---|
| Serialization Methods |
|---|
protected void readObject(ObjectInputStream stream)
throws ClassNotFoundException,
IOException
IMPLEMENTATION NOTE: The reference to the owning Manager is not restored by this method, and must be set explicitly.
ClassNotFoundException - if an unknown class is specified
IOException - if an input/output error occurs
protected void writeObject(ObjectOutputStream stream)
throws IOException
IMPLEMENTATION NOTE: The owning Manager will not be stored
in the serialized representation of this Session. After calling
readObject(), you must set the associated Manager
explicitly.
IMPLEMENTATION NOTE: Any attribute that is not Serializable
will be unbound from the session, with appropriate actions if it
implements HttpSessionBindingListener. If you do not want any such
attributes, be sure the distributable property of the
associated Manager is set to true.
IOException - if an input/output error occurs
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||