![]() |
OpenSplice Java 5 DCPS
v6.x
OpenSplice Java 5 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
|
A sample has been lost (never received). More...
Public Member Functions | |
abstract SampleLostEvent< TYPE > | clone () |
abstract SOURCE | getSource () |
abstract SampleLostStatus | getStatus () |
Protected Member Functions | |
SampleLostEvent (DataReader< TYPE > source) | |
void | setSource (SOURCE source) |
A sample has been lost (never received).
The following events can lead to a SampleLost event:
When the Presentation QoS is used with coherentAccess set to true and ResourceLimits Qos is active a sample lost can occur when all resources are consumed by incomplete transactions. In order to prevent deadlocks the the current transaction is dropped which causes a SampleLost event.
<TYPE> | The data type of the source org.omg.dds.sub.DataReader. |
Definition at line 46 of file SampleLostEvent.java.
|
protected |
Definition at line 66 of file SampleLostEvent.java.
|
abstract |
|
abstractinherited |
|
abstract |
|
protectedinherited |
Definition at line 68 of file StatusChangedEvent.java.