com.wewebu.ow.server.servlets
Class OwLogoutSessionListener

java.lang.Object
  extended by com.wewebu.ow.server.servlets.OwLogoutSessionListener
All Implemented Interfaces:
EventListener, javax.servlet.http.HttpSessionListener

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

Logout listener that ends the session on time out.

Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.

For licensing information read the license.txt file or
go to: http://wiki.alfresco.com


Constructor Summary
OwLogoutSessionListener()
           
 
Method Summary
 void sessionCreated(javax.servlet.http.HttpSessionEvent se_p)
           
 void sessionDestroyed(javax.servlet.http.HttpSessionEvent se_p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwLogoutSessionListener

public OwLogoutSessionListener()
Method Detail

sessionCreated

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

sessionDestroyed

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


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.