ENTITY_DATA
- Type of the discovered entity data, that is tracked by this
CommunicationListener. This is PublicationData, if listener is
to be attached to DataReader, or SubscriptionData if attached to DataWriterpublic interface CommunicationListener<ENTITY_DATA extends DiscoveredData>
Modifier and Type | Method and Description |
---|---|
void |
deadlineMissed(KeyHash instanceKey)
This method is called when a deadline contract between local and remote entity
has been violated.
|
void |
entityMatched(ENTITY_DATA ed)
This method is called when a local entity has been successfully matched with
remote entity
|
void |
inconsistentQoS(ENTITY_DATA ed)
This method is called when a local entity cannot be matched with remote entity due to
inconsistent QualityOfService.
|
void deadlineMissed(KeyHash instanceKey)
instanceKey
- A key to instance that is affectedvoid entityMatched(ENTITY_DATA ed)
ed
- Discovered entity data of remote entity.void inconsistentQoS(ENTITY_DATA ed)
ed
- Discovered entity data of remote entity.Copyright © 2016. All rights reserved.