|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package org.apache.commons.messagelet |
---|
Class org.apache.commons.messagelet.ManagerServlet extends javax.servlet.GenericServlet implements Serializable |
---|
Serialized Fields |
---|
boolean continueOnSubscribeException
Class org.apache.commons.messagelet.Messagelet extends javax.servlet.GenericServlet implements Serializable |
---|
Package org.apache.commons.messagelet.impl |
---|
Class org.apache.commons.messagelet.impl.HttpSessionImpl extends Object implements Serializable |
---|
Serialization Methods |
---|
private 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 occursprivate 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 occursSerialized Fields |
---|
HashMap attributes
long creationTime
String id
long lastAccessedTime
int maxInactiveInterval
boolean isNew
boolean isValid
long thisAccessedTime
javax.servlet.ServletContext servletContext
boolean distributable
Package org.apache.commons.messenger |
---|
Class org.apache.commons.messenger.InitMessengerServlet extends javax.servlet.http.HttpServlet implements Serializable |
---|
Class org.apache.commons.messenger.MessengerServlet extends javax.servlet.http.HttpServlet implements Serializable |
---|
Serialized Fields |
---|
Messenger messenger
javax.jms.Destination destination
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |