Methods of HttpSessionActivationListener interface
- public void sessionWillPassivate(HttpSessionEvent se): Notification that the session is about to be passivated.
- public void sessionDidActivate(HttpSessionEvent se): Notification that the session has just been activated.
No comments:
Post a Comment