HttpSessionEvent (Java EE 5 SDK)

Java

Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


javax.servlet.http Class HttpSessionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.servlet.http.HttpSessionEvent
所有已实现的接口:
Serializable
直接已知子类:
HttpSessionBindingEvent

public class HttpSessionEvent
extends EventObject

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

从以下版本开始:
v 2.3
另请参见:
Serialized Form

字段摘要
 
Fields inherited from class 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.


Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


提交错误或意见

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。深圳电信培训中心.徐海蛟老师教学参考.