![]() |
OpenSplice Java 5 DCPS
v6.x
OpenSplice Java 5 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
|
Instance state changes are communicated to a org.omg.dds.sub.DataReader by means of the sample info accompanying a org.omg.dds.sub.Sample. More...
Public Attributes | |
ALL | |
MINIMUM | |
NONE | |
Instance state changes are communicated to a org.omg.dds.sub.DataReader by means of the sample info accompanying a org.omg.dds.sub.Sample.
If no samples are available in the DataReader, a so-called 'invalid sample' can be injected with the sole purpose of notifying applications of the instance state.
ReaderDataLifecycle.Kind drives the behavior of the middleware concerning these invalid samples.
Definition at line 58 of file ReaderDataLifecycle.java.
org.opensplice.dds.core.policy.ReaderDataLifecycle.Kind.ALL |
Definition at line 59 of file ReaderDataLifecycle.java.
org.opensplice.dds.core.policy.ReaderDataLifecycle.Kind.MINIMUM |
Definition at line 59 of file ReaderDataLifecycle.java.
org.opensplice.dds.core.policy.ReaderDataLifecycle.Kind.NONE |
Definition at line 59 of file ReaderDataLifecycle.java.