RTI Connext .Net APIs  Version 5.2.0
 All Classes Namespaces Functions Variables Enumerations Properties Groups Pages
Entity Support

DDS::Entity, DDS::Listener and related items. More...

Classes

class  DDS::Listener
 <<interface>> Abstract base class for all Listener interfaces. More...
 
class  DDS::Entity
 <<interface>> Abstract base class for all the DDS objects that support QoS policies, a listener, and a status condition. More...
 
class  DDS::DomainEntity
 <<interface>> Abstract base class for all DDS entities except for the DDS::DomainParticipant. More...
 

Detailed Description

DDS::Entity, DDS::Listener and related items.

DDS::Entity subtypes are created and destroyed by factory objects. With the exception of DDS::DomainParticipant, whose factory is DDS::DomainParticipantFactory, all DDS::Entity factory objects are themselves DDS::Entity subtypes as well.

Important: all DDS::Entity delete operations are inherently thread-unsafe. The user must take extreme care that a given DDS::Entity is not destroyed in one thread while being used concurrently (including being deleted concurrently) in another thread. An operation's effect in the presence of the concurrent deletion of the operation's target DDS::Entity is undefined.


RTI Connext .Net APIs Version 5.2.0 Copyright © Sun Jun 21 2015 Real-Time Innovations, Inc