List of usage examples for javax.servlet.http HttpSessionActivationListener interface-usage
From source file org.molasdin.wbase.jsf.spring.web.SpringBeansRewireListener.java
/** * Created by dbersenev on 08.12.2014. */ public class SpringBeansRewireListener implements HttpSessionActivationListener { @Override public void sessionWillPassivate(HttpSessionEvent httpSessionEvent) {
From source file org.apache.roller.weblogger.ui.core.RollerSession.java
/** * Roller session handles session startup and shutdown. * * @web.listener */ public class RollerSession implements HttpSessionListener, HttpSessionActivationListener, Serializable {
From source file de.zib.gndms.kit.monitor.GroovyMonitor.java
/**
* Instances represent a multi-way connection point between an output stream (get-request) and
* input-streams (post-request) of a GroovyMonitorServlet which can be used to execute server-side
* groovy script code in a stateful manner.
* <br />
*
From source file com.facetime.communication.activemq.AmqConsumer.java
/**
* Represents a messaging client used from inside a web container typically
* stored inside a HttpSession TODO controls to prevent DOS attacks with users
* requesting many consumers TODO configure consumers with small prefetch.
*
* @version $Revision: 1.1.1.1 $
From source file com.sun.socialsite.web.listeners.SessionListener.java
/** * SessionListener */ public class SessionListener implements HttpSessionActivationListener, HttpSessionListener, ServletContextListener { private static final long serialVersionUID = 0L;
From source file org.jahia.bin.listeners.JahiaContextLoaderListener.java
/** * Entry point and startup/shutdown listener for all Jahia services, including Spring application context, OSGi platform service etc. * * @author Serge Huber */ public class JahiaContextLoaderListener extends PortalStartupListener implements ServletRequestListener,