クラス
javax.servlet.http.HttpSessionEvent の使用

HttpSessionEvent を使用しているパッケージ
javax.servlet.http   
 

javax.servlet.http での HttpSessionEvent の使用
 

javax.servlet.http での HttpSessionEvent のサブクラス
 class HttpSessionBindingEvent
          Events of this type are either sent to an object that implements HttpSessionBindingListener when it is bound or unbound from a session, or to a HttpSessionAttributeListener that has been configured in the deployment descriptor when any attribute is bound, unbound or replaced in a session.
 

HttpSessionEvent 型のパラメータを持つ javax.servlet.http のメソッド
 void HttpSessionListener.sessionCreated(HttpSessionEvent se)
          Notification that a session was created.
 void HttpSessionListener.sessionDestroyed(HttpSessionEvent se)
          Notification that a session was invalidated.
 void HttpSessionActivationListener.sessionWillPassivate(HttpSessionEvent se)
          Notification that the session is about to be passivated.
 void HttpSessionActivationListener.sessionDidActivate(HttpSessionEvent se)
          Notification that the session has just been activated.
 



Copyright © 1999-2002 The Apache Software Foundation. All Rights Reserved.