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

Classes

class  DataAvailableEvent
 The DataAvailableEvent status change becomes TRUE when either a data-sample arrives or else the ViewState, SampleState, or InstanceState of any existing sample changes for any reason other than a call to DataReader#read(), DataReader#take() or their variants. More...
 
class  DataOnReadersEvent
 There is new data in one of the DataReaders of the Subscriber. More...
 
class  InconsistentTopicEvent
 Another topic exists with the same name but different characteristics. More...
 
class  LivelinessChangedEvent
 The liveliness of one or more org.omg.dds.pub.DataWriters that were writing instances read through the org.omg.dds.sub.DataReader has changed. More...
 
class  LivelinessLostEvent
 The liveliness that the org.omg.dds.pub.DataWriter has committed through its org.omg.dds.core.policy.Liveliness was not respected; thus org.omg.dds.sub.DataReader entities will consider the DataWriter as no longer "active.". More...
 
class  OfferedDeadlineMissedEvent
 The deadline that the org.omg.dds.pub.DataWriter has committed through its org.omg.dds.core.policy.Deadline was not respected for a specific instance. More...
 
class  OfferedIncompatibleQosEvent
 A org.omg.dds.core.policy.QosPolicy value was incompatible with what was requested. More...
 
class  PublicationMatchedEvent
 The org.omg.dds.pub.DataWriter has found a org.omg.dds.sub.DataReader that matches the org.omg.dds.topic.Topic and has compatible QoS, or has ceased to be matched with a DataReader that was previously considered to be matched. More...
 
class  RequestedDeadlineMissedEvent
 The deadline that the org.omg.dds.sub.DataReader was expecting through its org.omg.dds.core.policy.Deadline was not respected for a specific instance. More...
 
class  RequestedIncompatibleQosEvent
 A org.omg.dds.core.policy.QosPolicy value was incompatible with what is offered. More...
 
class  SampleLostEvent
 A sample has been lost (never received). More...
 
class  SampleRejectedEvent
 A (received) sample has been rejected. More...
 
class  StatusChangedEvent
 The status of an Entity changed. More...
 
class  SubscriptionMatchedEvent
 The org.omg.dds.sub.DataReader has found a org.omg.dds.pub.DataWriter that matches the org.omg.dds.topic.Topic and has compatible QoS, or has ceased to be matched with a DataWriter that was previously considered to be matched. More...