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


字段摘要
protected  Logs log
           
protected static Map<String,Object> sessionMap
           
 
构造方法摘要
AppSessionListener()
           
 
方法摘要
static Long getSessionCount()
           
static Map<String,Object> getSessionMap()
           
 void sessionCreated(javax.servlet.http.HttpSessionEvent event)
           
 void sessionDestroyed(javax.servlet.http.HttpSessionEvent event)
           
 
从类 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.