org.jiucai.appframework.base.listener
类 AppSessionListener
java.lang.Object
org.jiucai.appframework.base.listener.AppSessionListener
- 所有已实现的接口:
- EventListener, javax.servlet.http.HttpSessionListener
public class AppSessionListener
- extends Object
- implements javax.servlet.http.HttpSessionListener
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sessionMap
protected static Map<String,Object> sessionMap
log
protected Logs log
AppSessionListener
public AppSessionListener()
sessionCreated
public void sessionCreated(javax.servlet.http.HttpSessionEvent event)
- 指定者:
- 接口
javax.servlet.http.HttpSessionListener 中的 sessionCreated
sessionDestroyed
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent event)
- 指定者:
- 接口
javax.servlet.http.HttpSessionListener 中的 sessionDestroyed
getSessionCount
public static Long getSessionCount()
getSessionMap
public static Map<String,Object> getSessionMap()
Copyright © 2013. All Rights Reserved.