|
CoreDX DDS for Java from Twin Oaks Computing, Inc. |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.toc.coredx.DDS.PublicationMatchedStatus
public class PublicationMatchedStatus
Status related to the on_publication_matched listener methods of the DDS_DataWriter, DDS_Publisher, and DDS_DomainParticipant structures.
| Method Summary | |
|---|---|
int |
get_current_count_change()
Get the change in current_count since the last time the listener was called or status was read. |
int |
get_current_count()
Get the current number of DataReaders matched to the DataWriter. |
InstanceHandle_t |
get_last_subscription_handle()
Get the handle of the most recently matched DataReader (subscription). |
int |
get_total_count_change()
Get the change in total_count since the last time the listener was called or status was read. |
int |
get_total_count()
Get the cummulative count of the number of times this DataWriter has discovered a matching DataReader. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int get_total_count()
public int get_total_count_change()
public int get_current_count()
public int get_current_count_change()
public InstanceHandle_t get_last_subscription_handle()
|
Copyright © 2010 Twin Oaks Computing, Inc, All Rights Reserved |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||