public class Endpoint extends Object
Modifier | Constructor and Description |
---|---|
protected |
Endpoint(RTPSParticipant participant,
EntityId entityId,
String topicName,
QualityOfService qos,
Configuration configuration)
Constructor
|
Modifier and Type | Method and Description |
---|---|
EntityId |
getEntityId()
Gets the EntityId of this Endpoint.
|
Guid |
getGuid()
Gets the Guid of this Endpoint.
|
protected RTPSParticipant |
getParticipant()
Get the RTPSParticipant, that created this entity.
|
QualityOfService |
getQualityOfService()
Gets the QualityOfService associated with this entity.
|
String |
getTopicName()
Gets the name of the topic associated with this Endpoint.
|
boolean |
isSecure()
Checks, if this endpoint is secure or not.
|
protected boolean |
sendMessage(Message m,
RemoteProxy proxy)
Sends a message.
|
protected Endpoint(RTPSParticipant participant, EntityId entityId, String topicName, QualityOfService qos, Configuration configuration)
participant
- RTPSParticipant
entityId
- EntityId
topicName
- Name of the topicqos
- QualityOfService
configuration
- Configuration
public String getTopicName()
public Guid getGuid()
public EntityId getEntityId()
public QualityOfService getQualityOfService()
protected boolean sendMessage(Message m, RemoteProxy proxy)
m
- Message to sendproxy
- proxy of the remote entityprotected RTPSParticipant getParticipant()
public boolean isSecure()
Copyright © 2016. All rights reserved.