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

rwsf::HttpSessionEvent

Package:  Servlet


Base Class

Local Index

Members

Header File

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

Description

rwsf::HttpSessionEvent provides access to a session when the Agent creates or destroys the session. When either event occurs, the Agent passes an instance of this class to an rwsf::HttpSessionListener. See class rwsf::HttpSessionListener for details on session listeners.

Public Constructors

HttpSessionEvent(const rwsf::HttpSession& session);

Public Destructor

~HttpSessionEvent();

Public Member Functions

rwsf::HttpSession
getSession() const;

See Also

rwsf::HttpSessionBindingEvent

rwsf::HttpSessionListener



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.