rwlogo
HydraExpress 4.7

HydraExpress C++ API Reference Guide

Product Documentation:
   Documentation Home

List of all members | Public Member Functions
rwsf::HttpSessionEvent Class Reference

Provides access to a session at session creation or destruction. More...

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

Inheritance diagram for rwsf::HttpSessionEvent:
rwsf::HttpSessionBindingEvent

Public Member Functions

 HttpSessionEvent (const rwsf::HttpSession &session)
 
 ~HttpSessionEvent ()
 
rwsf::HttpSession getSession () const
 

Detailed Description

rwsf::HttpSessionEvent provides access to an rwsf::HttpSession object 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.

Constructor & Destructor Documentation

rwsf::HttpSessionEvent::HttpSessionEvent ( const rwsf::HttpSession session)

Creates a session event object with a session object that has been created or destroyed.

rwsf::HttpSessionEvent::~HttpSessionEvent ( )

Destructor.

Member Function Documentation

rwsf::HttpSession rwsf::HttpSessionEvent::getSession ( ) const

Returns the changed session.


Copyright © Rogue Wave Software, Inc. All Rights Reserved.

The Rogue Wave name and logo are registered trademarks of Rogue Wave Software, and HydraExpress is a trademark of Rogue Wave Software. All other trademarks are the property of their respective owners.