KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > servlet > http > HttpSessionBindingEvent > 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.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 ...
  • com.lutris.appserver.server.sessionEnhydra.BasicSession
    The standard implementation of the StandardSession interface. The session reflects and instance of a client interacting with the application. A BasicSession maybe associated with a user or exist in a unauthenticated state. The session manager associated with a BasicSession object must be a Stand ...
  • 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.jetspeed.services.statemanager.JetspeedHttpStateManagerService
    <p>JetspeedHttpStateManagerService is an implementation of the BaseStateManagerService which manages the states stored in the "current" HttpSession.</p> <p>Note: This implementation of the StateManagerService takes advantage of the Servlet container's management of the HttpSessio ...
  • org.openlaszlo.data.SessionBindingMap
  • org.openlaszlo.connection.HTTPConnection
    Persistent connection for SWF files.
Popular Tags