public interface HttpSessionActivationListener extends EventListener
| Modifier and Type | Method and Description |
|---|---|
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)
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.