LivelinessChangedStatus Class Reference
[DataReaders]

StatusKind.LIVELINESS_CHANGED_STATUS. More...

Inherits Status.

List of all members.

Public Member Functions

 LivelinessChangedStatus ()
 The no-argument constructor for this status object.
 LivelinessChangedStatus (LivelinessChangedStatus src)
 A copy constructor.

Public Attributes

int alive_count
 The total count of currently alive com.rti.dds.publication.DataWriter entities that write the com.rti.dds.topic.Topic the com.rti.dds.subscription.DataReader reads.
int not_alive_count
 The total count of currently not_alive com.rti.dds.publication.DataWriter entities that write the com.rti.dds.topic.Topic the com.rti.dds.subscription.DataReader reads.
int alive_count_change
 The change in the alive_count since the last time the listener was called or the status was read.
int not_alive_count_change
 The change in the not_alive_count since the last time the listener was called or the status was read.
final InstanceHandle_t last_publication_handle
 An instance handle to the last remote writer to change its liveliness.


Detailed Description

StatusKind.LIVELINESS_CHANGED_STATUS.

The com.rti.dds.subscription.DataReaderListener.on_liveliness_changed callback may be invoked for the following reasons:


Constructor & Destructor Documentation

The no-argument constructor for this status object.

A copy constructor.

Exceptions:
NullPointerException if the given status is null.


Member Data Documentation

The total count of currently alive com.rti.dds.publication.DataWriter entities that write the com.rti.dds.topic.Topic the com.rti.dds.subscription.DataReader reads.

The total count of currently not_alive com.rti.dds.publication.DataWriter entities that write the com.rti.dds.topic.Topic the com.rti.dds.subscription.DataReader reads.

The change in the alive_count since the last time the listener was called or the status was read.

The change in the not_alive_count since the last time the listener was called or the status was read.

An instance handle to the last remote writer to change its liveliness.


RTI Connext Java API Version 4.5f Copyright © 17 Mar 2012 Real-Time Innovations, Inc