类 PersistenceSessionRepository.PersisterDestructionCallback

java.lang.Object
cn.taketoday.session.PersistenceSessionRepository.PersisterDestructionCallback
所有已实现的接口:
WebSessionListener, EventListener
封闭类:
PersistenceSessionRepository

static class PersistenceSessionRepository.PersisterDestructionCallback extends Object implements WebSessionListener
  • 字段详细资料

  • 构造器详细资料

    • PersisterDestructionCallback

      public PersisterDestructionCallback(SessionPersister sessionPersister)
  • 方法详细资料

    • sessionDestroyed

      public void sessionDestroyed(WebSessionEvent se)
      从接口复制的说明: WebSessionListener
      Receives notification that a session is about to be invalidated.

      The default implementation takes no action.

      指定者:
      sessionDestroyed 在接口中 WebSessionListener
      参数:
      se - the WebSessionEvent containing the session