| Home >> All >> org >> jboss >> ha >> httpsession >> [ interfaces Javadoc ] |
org.jboss.ha.httpsession.interfaces: Javadoc index of package org.jboss.ha.httpsession.interfaces.
Package Samples:
org.jboss.ha.httpsession.interfaces
Classes:
SerializableHttpSession: Tag interface to make HttpSession serializable. Used to store the clustered HttpSession in an entity bean. Furthermore, it adds an areAttributesModified method used by the entity bean to determine if the content attributes have been modified. WARNING: the areAttributesModified method should not compare the creation and last access time but only the attributes and other specific values. Otherwise the state will be considered as changed for every request (which will cause to much cluster traffic.
| Home | Contact Us | Privacy Policy | Terms of Service |