RTI Connext Java API  Version 5.1.0
Entity Support

com.rti.dds.infrastructure.Entity, com.rti.dds.infrastructure.Listener and related items. More...

Classes

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

Detailed Description

com.rti.dds.infrastructure.Entity, com.rti.dds.infrastructure.Listener and related items.

com.rti.dds.infrastructure.Entity subtypes are created and destroyed by factory objects. With the exception of com.rti.dds.domain.DomainParticipant, whose factory is com.rti.dds.domain.DomainParticipantFactory, all com.rti.dds.infrastructure.Entity factory objects are themselves com.rti.dds.infrastructure.Entity subtypes as well.

Important: all com.rti.dds.infrastructure.Entity delete operations are inherently thread-unsafe. The user must take extreme care that a given com.rti.dds.infrastructure.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 com.rti.dds.infrastructure.Entity is undefined.


RTI Connext Java API Version 5.1.0 Copyright © Mon Feb 3 2014 Real-Time Innovations, Inc