TYPE - The data type of the source DataReader.public abstract class SubscriptionMatchedEvent<TYPE> extends StatusChangedEvent<DataReader<TYPE>>
DataReader has found a DataWriter that matches the
Topic and has compatible QoS, or has ceased to be matched with a
DataWriter that was previously considered to be matched.source| Modifier | Constructor and Description |
|---|---|
protected |
SubscriptionMatchedEvent(DataReader<TYPE> source) |
| Modifier and Type | Method and Description |
|---|---|
abstract SubscriptionMatchedEvent<TYPE> |
clone() |
abstract SubscriptionMatchedStatus |
getStatus() |
getSource, setSourcetoStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEnvironmentprotected SubscriptionMatchedEvent(DataReader<TYPE> source)
public abstract SubscriptionMatchedStatus getStatus()
public abstract SubscriptionMatchedEvent<TYPE> clone()
clone in class StatusChangedEvent<DataReader<TYPE>>Copyright © 2014. All rights reserved.