|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DDSObject | |
|---|---|
| org.omg.dds.core | The Core (Infrastructure) Module defines the abstract classes and the interfaces that are refined by the other modules. |
| org.omg.dds.core.modifiable | |
| org.omg.dds.core.policy | |
| org.omg.dds.core.policy.modifiable | |
| org.omg.dds.core.status | |
| org.omg.dds.domain | The Domain Module contains the DomainParticipant class that acts
as an entry-point of the Service and acts as a factory for many of the
classes. |
| org.omg.dds.domain.modifiable | |
| org.omg.dds.pub | The Publication Module contains the Publisher and
DataWriter interfaces as well as the PublisherListener and
DataWriterListener interfaces, and more generally, all that is
needed on the publication side. |
| org.omg.dds.pub.modifiable | |
| org.omg.dds.sub | The Subscription Module contains the Subscriber,
DataReader, ReadCondition, and QueryCondition
interfaces, as well as the SubscriberListener and
DataReaderListener interfaces, and more generally, all that is
needed on the subscription side. |
| org.omg.dds.sub.modifiable | |
| org.omg.dds.topic | The Topic-Definition Module contains the Topic,
ContentFilteredTopic, and MultiTopic interfaces, the
TopicListener interface, and more generally, all that is needed by
the application to define Topic objects and attach QoS policies to them. |
| org.omg.dds.topic.modifiable | |
| org.omg.dds.type | |
| org.omg.dds.type.builtin | |
| org.omg.dds.type.dynamic | |
| org.omg.dds.type.dynamic.modifiable | |
| org.omg.dds.type.typeobject | |
| Uses of DDSObject in org.omg.dds.core |
|---|
| Subinterfaces of DDSObject in org.omg.dds.core | |
|---|---|
interface |
Condition
A Condition is a root interface for all the conditions that may be attached to a WaitSet. |
interface |
DomainEntity<SELF extends DomainEntity<SELF,PARENT,LISTENER,QOS>,PARENT extends Entity<?,?,?>,LISTENER extends EventListener,QOS extends EntityQos<?,?>>
DomainEntity is the abstract base class for all DCPS entities, except for the DomainParticipant. |
interface |
Entity<SELF extends Entity<SELF,LISTENER,QOS>,LISTENER extends EventListener,QOS extends EntityQos<?,?>>
This class is the abstract base class for all the DCPS objects that support QoS policies, a listener and a status condition. |
interface |
EntityQos<UNMOD_SELF extends EntityQos<UNMOD_SELF,MOD_SELF>,MOD_SELF extends UNMOD_SELF>
A base interface for all entity QoS types. |
interface |
StatusCondition<ENTITY extends Entity<ENTITY,?,?>>
A StatusCondition object is a specific Condition that is associated with each Entity. |
interface |
Value<UNMOD_SELF extends Value<UNMOD_SELF,MOD_SELF>,MOD_SELF extends UNMOD_SELF>
Implementing classes have value semantics: they can be deeply copied, and equality is determined based on their contents, not on their object identity. |