public class ConnectionReport extends java.lang.Object implements ApplicationObject
| Constructor and Description |
|---|
ConnectionReport() |
ConnectionReport(ConnectionReportTopic connectionReportTopic) |
ConnectionReport(ConnectionReportTopic connectionReportTopic) |
ConnectionReport(java.util.UUID nodeId,
java.util.UUID gatewayId,
boolean connected) |
| Modifier and Type | Method and Description |
|---|---|
java.util.UUID |
getGatewayId() |
java.util.UUID |
getNodeId() |
java.lang.Object |
getSpecificDdsTopic(UniversalDDSLayerFactory.SupportedDDSVendors ddsVendor) |
java.lang.String |
getTopicTypeName(UniversalDDSLayerFactory.SupportedDDSVendors ddsVendor) |
boolean |
isConnected() |
void |
setConnected(boolean connected) |
void |
setGatewayId(java.util.UUID gatewayId) |
void |
setNodeId(java.util.UUID nodeId) |
java.lang.String |
toString() |
public ConnectionReport()
public ConnectionReport(java.util.UUID nodeId,
java.util.UUID gatewayId,
boolean connected)
public ConnectionReport(ConnectionReportTopic connectionReportTopic)
public ConnectionReport(ConnectionReportTopic connectionReportTopic)
public java.lang.Object getSpecificDdsTopic(UniversalDDSLayerFactory.SupportedDDSVendors ddsVendor)
getSpecificDdsTopic in interface ApplicationObjectpublic java.lang.String getTopicTypeName(UniversalDDSLayerFactory.SupportedDDSVendors ddsVendor)
getTopicTypeName in interface ApplicationObjectpublic java.util.UUID getNodeId()
public void setNodeId(java.util.UUID nodeId)
nodeId - public java.util.UUID getGatewayId()
public void setGatewayId(java.util.UUID gatewayId)
gatewayId - public boolean isConnected()
public void setConnected(boolean connected)
connected - public java.lang.String toString()
toString in class java.lang.Object