javax.servlet.http
クラス HttpSessionEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--javax.servlet.http.HttpSessionEvent
すべての実装インタフェース:
java.io.Serializable
直系の既知のサブクラス:
HttpSessionBindingEvent

public class HttpSessionEvent
extends java.util.EventObject

This is the class representing event notifications for changes to sessions within a web application.

導入されたバージョン:
v 2.3
関連項目:
直列化された形式

フィールドの概要
 
クラス java.util.EventObject から継承したフィールド
source
 
コンストラクタの概要
HttpSessionEvent(HttpSession source)
          Construct a session event from the given source.
 
メソッドの概要
 HttpSession getSession()
          Return the session that changed.
 
クラス java.util.EventObject から継承したメソッド
getSource, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

HttpSessionEvent

public HttpSessionEvent(HttpSession source)
Construct a session event from the given source.

メソッドの詳細

getSession

public HttpSession getSession()
Return the session that changed.



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