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

rwsf::HttpSessionListener

Group:  Servlet


rwsf::HttpSessionListenerrwsf::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.

The following table lists methods that are either non-standard or not supported in this release.

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 Destructors

virtual
~HttpSessionListener();

Public Member Functions

void
attributeAdded(const rwsf::HttpSessionBindingEvent & se);
void
attributeRemoved(const rwsf::HttpSessionBindingEvent & se);
void
attributeReplaced(const rwsf::HttpSessionBindingEvent & se);
void
sessionCreated(const rwsf::HttpSessionEvent & event);
void
sessionDestroyed(const rwsf::HttpSessionEvent & event);


Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved. All Rights Reserved. Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. HydraExpress is a trademark of Rogue Wave Software, Inc. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.