Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
HydraExpress Servlet Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

rwsf::HttpSessionListener

Package:  Servlet


rwsf::HttpSessionListener rwsf::EventListener

Local Index

Members

Header File

#include <rwsf/servlet/http/HttpSessionListener.h>

Description

rwsf::HttpSessionListener is a base class for listeners that receive notification of HTTP session events. To create a listener, derive from this class and override the functions that receive the events of interest. To register a listener, include a deployment descriptor for the listener class in the configuration file of the context.

Table 5 lists methods that are either non-standard or not supported at this release.

Table 5: rwsf::HttpSessionListener deviation from Servlet Specification

Member Description of Difference from Servlet Specification

attributeAdded

added method.

attributeRemoved

added method.

attributeReplaced

added method.

ValueBound()

Not included in this implementation. Replaced by functionality in added methods.

ValueUnbound()

Not included in this implementation. Replaced by functionality in added methods.

Public Destructor

virtual
~HttpSessionListener();

Public Member Functions

virtual void
attributeAdded(const rwsf::HttpSessionBindingEvent& evt);
virtual void
attributeRemoved(const rwsf::HttpSessionBindingEvent& evt);
virtual void
attributeReplaced(const rwsf::HttpSessionBindingEvent& evt);
virtual void
sessionCreated(const rwsf::HttpSessionEvent& evt);
virtual void
sessionDestroyed(const rwsf::HttpSessionEvent& evt);

See Also

rwsf::EventListener

rwsf::HttpSessionBindingEvent

rwsf::HttpSessionEvent



Previous fileTop of DocumentContentsIndex pageNext file

©2004-2007 Copyright Quovadx, Inc. All Rights Reserved.
Quovadx and Rogue Wave are registered trademarks of Quovadx, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.