rwlogo
HydraExpress 4.6

HydraExpress C++ API Reference Guide


   


Rogue Wave web site:  Home Page  |  Main Documentation Page

rwsf::HttpSessionBindingEvent Class Reference
[Servlet]

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

List of all members.

Public Member Functions

std::string getName () const
rwsf::Attribute getValue () 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 © 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.