KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > servlet > http > HttpSessionAttributeListener > Top Examples

  • org.mortbay.jetty.servlet.AbstractSessionManager
    ------------------------------------------------------------ An Abstract implementation of SessionManager. The partial implementation of SessionManager interface provides the majority of the handling required to implement a SessionManager. Concrete implementations of SessionManager based on Abstra ...
  • org.apache.catalina.cluster.session.DeltaSession
    Similar to the StandardSession, this code is identical, but for update and some small issues, simply copied in the first release. This session will keep track of deltas during a request. <p> <b>IMPLEMENTATION NOTE </b>: An instance of this class represents both the internal (Ses ...
  • org.jboss.web.tomcat.tc5.session.ClusteredSession
    Abstract base class for session clustering based on StandardSession. Different session replication strategy can be implemented such as session- or attribute-based ones. @author Ben Wang @version $Revision: 1.5.2.8 $ ----------------------------------------------------- Instance Variables Descri ...
  • listeners.SessionListener
    Example listener for context-related application events, which were introduced in the 2.3 version of the Servlet API. This listener merely documents the occurrence of such events in the application log associated with our servlet context. @author Craig R. McClanahan @version $Revision: 1.2 $ $Da ...
  • org.apache.tester.SessionListener01
    Application event listener for session events. All events that occur are logged appropriately to the static logger. In addition, session creation and destruction events are logged to the servlet context log. @author Craig R. McClanahan @version $Revision: 1.2 $ $Date: 2004/02/27 14:58:57 $
Popular Tags