HydraExpress™ C++ API Reference Guide

Product Documentation:
   HydraExpress C++
Documentation Home
List of all members | Public Member Functions
rwsf::HttpSessionBindingEvent Class Reference

Encapsulates information about attribute changes in a session, passed by the Agent to session listeners. More...

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

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

Public Member Functions

std::string getName () const
 
rwsf::Attribute getValue () const
 
- Public Member Functions inherited from rwsf::HttpSessionEvent
 HttpSessionEvent (const rwsf::HttpSession &session)
 
 ~HttpSessionEvent ()
 
rwsf::HttpSession getSession () const
 

Detailed Description

rwsf::HttpSessionBindingEvent encapsulates information about changes to sessions. The Agent passes an instance of this class to an rwsf::HttpSessionListener when a session adds an attribute, removes an attribute, or replaces an attribute. See class rwsf::HttpSessionListener for details on the session listener.

Member Function Documentation

std::string rwsf::HttpSessionBindingEvent::getName ( ) const

Returns the name of the attribute that has been added, removed, or replaced.

rwsf::Attribute rwsf::HttpSessionBindingEvent::getValue ( ) const

Returns the value of the changed attribute. If a new attribute is added, returns the new value. If the attribute has been removed or replaced, returns the old value.

Copyright © 2020 Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is registered trademark of Rogue Wave Software, Inc. in the United States and other countries, and HydraExpress is a trademark of Rogue Wave Software. All other trademarks are the property of their respective owners.
Provide feedback to Rogue Wave about its documentation.