com.wewebu.ow.server.servlets
Class OwLogoutSessionListener
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OwLogoutSessionListener
public OwLogoutSessionListener()
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.