![]() |
OpenSplice Java 5 DCPS
v6.x
OpenSplice Java 5 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
|
Classes | |
interface | DataRepresentation |
interface | Deadline |
org.omg.dds.sub.DataReader expects a new sample updating the value of each instance at least once every deadline period. More... | |
interface | DestinationOrder |
Controls the criteria used to determine the logical order among changes made by org.omg.dds.pub.Publisher entities to the same instance of data (i.e., matching Topic and key). More... | |
interface | Durability |
This policy expresses if the data should "outlive" their writing time. More... | |
interface | DurabilityService |
Specifies the configuration of the durability service. More... | |
interface | EntityFactory |
Controls the behavior of the org.omg.dds.core.Entity when acting as a factory for other entities. More... | |
interface | GroupData |
User data not known by the middleware, but distributed by means of built-in topics. More... | |
interface | History |
Specifies the behavior of the Service in the case where the value of a sample changes (one or more times) before it can be successfully communicated to one or more existing subscribers. More... | |
interface | LatencyBudget |
Specifies the maximum acceptable delay from the time the data is written until the data is inserted in the receiver's application cache and the receiving application is notified of the fact. More... | |
interface | Lifespan |
Specifies the maximum duration of validity of the data written by the org.omg.dds.pub.DataWriter. More... | |
interface | Liveliness |
Determines the mechanism and parameters used by the application to determine whether an org.omg.dds.core.Entity is "active" (alive). More... | |
interface | Ownership |
This QosPolicy specifies whether a DataWriter exclusively may own an instance. More... | |
interface | OwnershipStrength |
[optional] Specifies the value of the "strength" used to arbitrate among multiple org.omg.dds.pub.DataWriter objects that attempt to modify the same instance of a data object (identified by org.omg.dds.topic.Topic + key). More... | |
interface | Partition |
This policy allows the introduction of a logical partition concept inside the "physical" partition induced by a domain. More... | |
class | PolicyFactory |
interface | Presentation |
Specifies how the samples representing changes to data instances are presented to the subscribing application. More... | |
interface | QosPolicy |
This class is the abstract root for all the QoS policies. More... | |
interface | QosPolicyCount |
Objects of this type are immutable. More... | |
interface | ReaderDataLifecycle |
Specifies the behavior of the org.omg.dds.sub.DataReader with regards to the life cycle of the data instances it manages. More... | |
interface | Reliability |
This policy indicates the level of reliability requested by a org.omg.dds.sub.DataReader or offered by a org.omg.dds.pub.DataWriter. More... | |
interface | RequestedOffered |
This interface is implemented by QoS policies that enforce a Request/Offer contract between publications and subscriptions – that is, for which the level of service offered by the publication is greater than or equal to that requested by the subscription. More... | |
interface | ResourceLimits |
Specifies the resources that the Service can consume in order to meet the requested QoS. More... | |
interface | TimeBasedFilter |
Filter that allows a org.omg.dds.sub.DataReader to specify that it is interested only in (potentially) a subset of the values of the data. More... | |
interface | TopicData |
User data not known by the middleware, but distributed by means of built-in topics. More... | |
interface | TransportPriority |
This policy is a hint to the infrastructure as to how to set the priority of the underlying transport used to send the data. More... | |
interface | TypeConsistencyEnforcement |
interface | UserData |
User data not known by the middleware, but distributed by means of built-in topics. More... | |
interface | WriterDataLifecycle |
Specifies the behavior of the org.omg.dds.pub.DataWriter with regards to the life cycle of the data instances it manages. More... | |