org.ops4j.pax.web.samples.helloworld.wc.internal
Class UserSessionListener

java.lang.Object
  extended by org.ops4j.pax.web.samples.helloworld.wc.internal.UserSessionListener
All Implemented Interfaces:
java.util.EventListener, javax.servlet.http.HttpSessionListener

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

User Session Listener.

Author:
Anaximandro de Godinho

Constructor Summary
UserSessionListener()
           
 
Method Summary
 java.util.List<java.lang.String> getUserNames()
           
 void sessionCreated(javax.servlet.http.HttpSessionEvent event)
           
 void sessionDestroyed(javax.servlet.http.HttpSessionEvent event)
           
 
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 event)
Specified by:
sessionCreated in interface javax.servlet.http.HttpSessionListener

sessionDestroyed

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

getUserNames

public java.util.List<java.lang.String> getUserNames()


Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.