|
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.SubscriptionMatchedStatus
public class SubscriptionMatchedStatus
Status related to the on_subscription_matched listener methods of the DDS_DataReader, DDS_Subscriber, 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 DataWriters matched to the DataReader. |
InstanceHandle_t |
get_last_publication_handle()
Get the handle of most recent matched DataWriter (publication). |
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 DataReader has discovered a matching DataWriter. |
| 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_publication_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 | |||||||