|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
public interface HttpSessionActivationListener
Objects that are bound to a session may listen to container events notifying them that sessions will be passivated and that session will be activated. A container that migrates session between VMs or persists sessions is required to notify all attributes bound to sessions implementing HttpSessionActivationListener.
| 方法摘要 | |
|---|---|
void |
sessionDidActivate(HttpSessionEvent se)
Notification that the session has just been activated. |
void |
sessionWillPassivate(HttpSessionEvent se)
Notification that the session is about to be passivated. |
| 方法详细信息 |
|---|
void sessionWillPassivate(HttpSessionEvent se)
void sessionDidActivate(HttpSessionEvent se)
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||