org.apache.tomee.loader.listener
Class UserSessionListener

java.lang.Object
  extended by org.apache.tomee.loader.listener.UserSessionListener
All Implemented Interfaces:
EventListener, javax.servlet.http.HttpSessionListener

public class UserSessionListener
extends Object
implements javax.servlet.http.HttpSessionListener


Constructor Summary
UserSessionListener()
           
 
Method Summary
static ServiceContext getServiceContext(javax.servlet.http.HttpSession session)
           
 void sessionCreated(javax.servlet.http.HttpSessionEvent httpSessionEvent)
           
 void sessionDestroyed(javax.servlet.http.HttpSessionEvent httpSessionEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserSessionListener

public UserSessionListener()
Method Detail

sessionCreated

public void sessionCreated(javax.servlet.http.HttpSessionEvent httpSessionEvent)
Specified by:
sessionCreated in interface javax.servlet.http.HttpSessionListener

sessionDestroyed

public void sessionDestroyed(javax.servlet.http.HttpSessionEvent httpSessionEvent)
Specified by:
sessionDestroyed in interface javax.servlet.http.HttpSessionListener

getServiceContext

public static ServiceContext getServiceContext(javax.servlet.http.HttpSession session)


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.