类 SHSessionListener
java.lang.Object
com.sh.system.session.SHSessionListener
- 所有已实现的接口:
jakarta.servlet.http.HttpSessionAttributeListener,jakarta.servlet.http.HttpSessionListener,EventListener
@WebListener
public class SHSessionListener
extends Object
implements jakarta.servlet.http.HttpSessionListener, jakarta.servlet.http.HttpSessionAttributeListener
Description: 监控Tomcat中的SESSION
Title:首亨软件 - 聚天平台
- 从以下版本开始:
- 2021年3月11日
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidattributeAdded(jakarta.servlet.http.HttpSessionBindingEvent event) voidattributeRemoved(jakarta.servlet.http.HttpSessionBindingEvent event) voidattributeReplaced(jakarta.servlet.http.HttpSessionBindingEvent event) voidsessionCreated(jakarta.servlet.http.HttpSessionEvent event) voidsessionDestroyed(jakarta.servlet.http.HttpSessionEvent event)
-
构造器详细资料
-
SHSessionListener
public SHSessionListener()
-
-
方法详细资料
-
sessionCreated
public void sessionCreated(jakarta.servlet.http.HttpSessionEvent event) - 指定者:
sessionCreated在接口中jakarta.servlet.http.HttpSessionListener
-
attributeAdded
public void attributeAdded(jakarta.servlet.http.HttpSessionBindingEvent event) - 指定者:
attributeAdded在接口中jakarta.servlet.http.HttpSessionAttributeListener
-
attributeRemoved
public void attributeRemoved(jakarta.servlet.http.HttpSessionBindingEvent event) - 指定者:
attributeRemoved在接口中jakarta.servlet.http.HttpSessionAttributeListener
-
attributeReplaced
public void attributeReplaced(jakarta.servlet.http.HttpSessionBindingEvent event) - 指定者:
attributeReplaced在接口中jakarta.servlet.http.HttpSessionAttributeListener
-
sessionDestroyed
public void sessionDestroyed(jakarta.servlet.http.HttpSessionEvent event) - 指定者:
sessionDestroyed在接口中jakarta.servlet.http.HttpSessionListener
-