Uses of Package
org.omg.dds.core

Packages that use org.omg.dds.core
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   
 

Classes in org.omg.dds.core used by org.omg.dds.core
Bootstrap
          DDS implementations are rooted in this class, a concrete subclass of which can be instantiated based on a system property.
Bootstrap.ServiceProviderInterface
          This interface is for the use of the DDS implementation, not of DDS applications.
Condition
          A Condition is a root interface for all the conditions that may be attached to a WaitSet.
DDSException
          DDS recognizes a number of ways in which an operation may return, which are mapped to exceptions in the following way: ReturnDescriptionException OK Normal, successful return. (none) NO_DATA Normal, successful return from a data access method such as DataReader.take(), but no data was available.
DDSObject
           
DomainEntity
          DomainEntity is the abstract base class for all DCPS entities, except for the DomainParticipant.
Duration
          A span of elapsed time expressed with nanosecond precision.
Entity
          This class is the abstract base class for all the DCPS objects that support QoS policies, a listener and a status condition.
EntityQos
          A base interface for all entity QoS types.
GuardCondition
          A GuardCondition object is a specific Condition whose triggerValue is completely under the control of the application.
InstanceHandle
           
StatusCondition
          A StatusCondition object is a specific Condition that is associated with each Entity.
Time
          A moment in time expressed with nanosecond precision (though not necessarily nanosecond accuracy).
Value
          Implementing classes have value semantics: they can be deeply copied, and equality is determined based on their contents, not on their object identity.
WaitSet
          A WaitSet object allows an application to wait until one or more of the attached Condition objects has a triggerValue of true or else until the timeout expires.
 

Classes in org.omg.dds.core used by org.omg.dds.core.modifiable
DDSObject
           
Duration
          A span of elapsed time expressed with nanosecond precision.
EntityQos
          A base interface for all entity QoS types.
InstanceHandle
           
Time
          A moment in time expressed with nanosecond precision (though not necessarily nanosecond accuracy).
Value
          Implementing classes have value semantics: they can be deeply copied, and equality is determined based on their contents, not on their object identity.
 

Classes in org.omg.dds.core used by org.omg.dds.core.policy
Bootstrap
          DDS implementations are rooted in this class, a concrete subclass of which can be instantiated based on a system property.
DDSObject
           
Duration
          A span of elapsed time expressed with nanosecond precision.
Value
          Implementing classes have value semantics: they can be deeply copied, and equality is determined based on their contents, not on their object identity.
 

Classes in org.omg.dds.core used by org.omg.dds.core.policy.modifiable
DDSObject
           
Duration
          A span of elapsed time expressed with nanosecond precision.
Value
          Implementing classes have value semantics: they can be deeply copied, and equality is determined based on their contents, not on their object identity.
 

Classes in org.omg.dds.core used by org.omg.dds.core.status
Bootstrap
          DDS implementations are rooted in this class, a concrete subclass of which can be instantiated based on a system property.
DDSObject
           
Entity
          This class is the abstract base class for all the DCPS objects that support QoS policies, a listener and a status condition.
Value
          Implementing classes have value semantics: they can be deeply copied, and equality is determined based on their contents, not on their object identity.
 

Classes in org.omg.dds.core used by org.omg.dds.domain
Bootstrap
          DDS implementations are rooted in this class, a concrete subclass of which can be instantiated based on a system property.
DDSObject
           
Duration
          A span of elapsed time expressed with nanosecond precision.
Entity
          This class is the abstract base class for all the DCPS objects that support QoS policies, a listener and a status condition.
EntityQos
          A base interface for all entity QoS types.
InstanceHandle
           
Value
          Implementing classes have value semantics: they can be deeply copied, and equality is determined based on their contents, not on their object identity.
 

Classes in org.omg.dds.core used by org.omg.dds.domain.modifiable
DDSObject
           
EntityQos
          A base interface for all entity QoS types.
Value
          Implementing classes have value semantics: they can be deeply copied, and equality is determined based on their contents, not on their object identity.
 

Classes in org.omg.dds.core used by org.omg.dds.pub
DDSObject
           
DomainEntity
          DomainEntity is the abstract base class for all DCPS entities, except for the DomainParticipant.
Duration
          A span of elapsed time expressed with nanosecond precision.
Entity
          This class is the abstract base class for all the DCPS objects that support QoS policies, a listener and a status condition.
EntityQos
          A base interface for all entity QoS types.
InstanceHandle
           
Time
          A moment in time expressed with nanosecond precision (though not necessarily nanosecond accuracy).
Value
          Implementing classes have value semantics: they can be deeply copied, and equality is determined based on their contents, not on their object identity.
 

Classes in org.omg.dds.core used by org.omg.dds.pub.modifiable
DDSObject
           
EntityQos
          A base interface for all entity QoS types.
Value
          Implementing classes have value semantics: they can be deeply copied, and equality is determined based on their contents, not on their object identity.
 

Classes in org.omg.dds.core used by org.omg.dds.sub
Bootstrap
          DDS implementations are rooted in this class, a concrete subclass of which can be instantiated based on a system property.
Condition
          A Condition is a root interface for all the conditions that may be attached to a WaitSet.
DDSObject
           
DomainEntity
          DomainEntity is the abstract base class for all DCPS entities, except for the DomainParticipant.
Duration
          A span of elapsed time expressed with nanosecond precision.
Entity
          This class is the abstract base class for all the DCPS objects that support QoS policies, a listener and a status condition.
EntityQos
          A base interface for all entity QoS types.
InstanceHandle
           
Value
          Implementing classes have value semantics: they can be deeply copied, and equality is determined based on their contents, not on their object identity.
 

Classes in org.omg.dds.core used by org.omg.dds.sub.modifiable
DDSObject
           
EntityQos
          A base interface for all entity QoS types.
Value
          Implementing classes have value semantics: they can be deeply copied, and equality is determined based on their contents, not on their object identity.
 

Classes in org.omg.dds.core used by org.omg.dds.topic
Bootstrap
          DDS implementations are rooted in this class, a concrete subclass of which can be instantiated based on a system property.
DDSObject
           
DomainEntity
          DomainEntity is the abstract base class for all DCPS entities, except for the DomainParticipant.
Entity
          This class is the abstract base class for all the DCPS objects that support QoS policies, a listener and a status condition.
EntityQos
          A base interface for all entity QoS types.
Value
          Implementing classes have value semantics: they can be deeply copied, and equality is determined based on their contents, not on their object identity.
 

Classes in org.omg.dds.core used by org.omg.dds.topic.modifiable
DDSObject
           
EntityQos
          A base interface for all entity QoS types.
Value
          Implementing classes have value semantics: they can be deeply copied, and equality is determined based on their contents, not on their object identity.
 

Classes in org.omg.dds.core used by org.omg.dds.type
Bootstrap
          DDS implementations are rooted in this class, a concrete subclass of which can be instantiated based on a system property.
DDSObject
           
 

Classes in org.omg.dds.core used by org.omg.dds.type.builtin
DDSObject
           
DomainEntity
          DomainEntity is the abstract base class for all DCPS entities, except for the DomainParticipant.
Entity
          This class is the abstract base class for all the DCPS objects that support QoS policies, a listener and a status condition.
InstanceHandle
           
Time
          A moment in time expressed with nanosecond precision (though not necessarily nanosecond accuracy).
Value
          Implementing classes have value semantics: they can be deeply copied, and equality is determined based on their contents, not on their object identity.
 

Classes in org.omg.dds.core used by org.omg.dds.type.dynamic
Bootstrap
          DDS implementations are rooted in this class, a concrete subclass of which can be instantiated based on a system property.
DDSObject
           
Value
          Implementing classes have value semantics: they can be deeply copied, and equality is determined based on their contents, not on their object identity.
 

Classes in org.omg.dds.core used by org.omg.dds.type.dynamic.modifiable
DDSObject
           
Value
          Implementing classes have value semantics: they can be deeply copied, and equality is determined based on their contents, not on their object identity.
 

Classes in org.omg.dds.core used by org.omg.dds.type.typeobject
DDSObject
           
Value
          Implementing classes have value semantics: they can be deeply copied, and equality is determined based on their contents, not on their object identity.
 



Copyright © 2010 Real-Time Innovations, Inc. (RTI)
Copyright © 2010 PrismTech, Ltd.
Copyright © 2010 Object Management Group, Inc. (OMG)
All Rights Reserved.