RTI Routing Service Version 7.1.0
rti::routing::adapter::Session Class Reference

#include <Session.hpp>

Inheritance diagram for rti::routing::adapter::Session:
rti::routing::UpdatableEntity

Public Member Functions

virtual ~Session ()
 Virtual destructor. More...
 
- Public Member Functions inherited from rti::routing::UpdatableEntity
virtual void update (const std::map< std::string, std::string > &properties)
 Updates a pluggable entity. More...
 
virtual ~UpdatableEntity ()
 Virtual destructor. More...
 

Detailed Description

A Session is a concurrency unit within a Connection that has an associated set of StreamReaders and StreamWriter. Access to the StreamReader and StreamWriters in the same Session is serialized by RTI Routing Service.

In the XML configuration file, Sessions are associated with the tag <session> within a DomainRoute.

Constructor & Destructor Documentation

◆ ~Session()

virtual rti::routing::adapter::Session::~Session ( )
inlinevirtual

Virtual destructor.