OpenSplice Java 5 DCPS  v6.x
OpenSplice Java 5 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
Package org.omg.dds.core

Packages

package  event
 
package  policy
 
package  status
 

Classes

class  AlreadyClosedException
 The target object was previously closed and therefore cannot process the operation. More...
 
interface  Condition
 A Condition is a root interface for all the conditions that may be attached to a org.omg.dds.core.WaitSet. More...
 
class  DDSException
 DDS recognizes a number of ways in which an operation may return, which are mapped to exceptions in the following way: More...
 
interface  DDSObject
 A supertype of all DDS classes and interfaces. More...
 
interface  DomainEntity
 DomainEntity is the abstract base class for all DCPS entities, except for the org.omg.dds.domain.DomainParticipant. More...
 
class  Duration
 A span of elapsed time expressed with nanosecond precision. More...
 
interface  Entity
 This class is the abstract base class for all the DCPS objects that support QoS policies, a listener and a status condition. More...
 
interface  EntityQos
 The Data-Distribution Service (DDS) relies on the use of QoS. More...
 
class  GuardCondition
 A GuardCondition object is a specific Condition whose triggerValue is completely under the control of the application. More...
 
class  IllegalOperationException
 
class  ImmutablePolicyException
 
class  InconsistentPolicyException
 
class  InstanceHandle
 An opaque handle that can be used to refer to a local or remote entity. More...
 
class  ModifiableTime
 
class  NotEnabledException
 
class  OutOfResourcesException
 
class  PreconditionNotMetException
 
class  QosProvider
 The QoS provider API allows users to specify the QoS settings of their DCPS entities outside of application code in XML. More...
 
class  ServiceConfigurationException
 Indicates that a DDS implementation could not be loaded because the either the request to do so or the runtime environment is not correctly configured. More...
 
class  ServiceEnvironment
 DDS implementations are rooted in this class, a concrete subclass of which can be instantiated based on a system property. More...
 
class  ServiceInitializationException
 Indicates that a DDS implementation could not be initialized due to an error that occurred within that implementation. More...
 
interface  StatusCondition
 A StatusCondition object is an immutable object that specifies Condition that is associated with each org.omg.dds.core.Entity. More...
 
class  Time
 A moment in time expressed with nanosecond precision (though not necessarily nanosecond accuracy). More...
 
class  WaitSet
 A WaitSet object allows an application to wait until one or more of the attached org.omg.dds.core.Condition objects has a triggerValue of true or else until the timeout expires. More...