public class LoadReport extends java.lang.Object implements ApplicationObject
| Constructor and Description |
|---|
LoadReport() |
LoadReport(LoadReportTopic loadReportTopic) |
LoadReport(LoadReportTopic loadReportTopic) |
LoadReport(java.util.UUID participantId,
UniversalDDSLayerFactory.ParticipantType participantType,
byte cpuUsage,
int freeMemory,
int numberOfConnectedNodes,
java.lang.String participantIp) |
| Modifier and Type | Method and Description |
|---|---|
byte |
getCpuUsage() |
int |
getFreeMemory() |
int |
getNumberOfConnectedNodes() |
java.util.UUID |
getParticipantId() |
java.lang.String |
getParticipantIp() |
UniversalDDSLayerFactory.ParticipantType |
getParticipantType() |
java.lang.Object |
getSpecificDdsTopic(UniversalDDSLayerFactory.SupportedDDSVendors ddsVendor) |
java.lang.String |
getTopicTypeName(UniversalDDSLayerFactory.SupportedDDSVendors ddsVendor) |
void |
setCpuUsage(byte cpuUsage) |
void |
setFreeMemory(int freeMemory) |
void |
setNumberOfConnectedNodes(int numberOfConnectedNodes) |
void |
setParticipantId(java.util.UUID participantId) |
void |
setParticipantIp(java.lang.String participantIp) |
void |
setParticipantType(UniversalDDSLayerFactory.ParticipantType participantType) |
java.lang.String |
toString() |
public LoadReport()
public LoadReport(java.util.UUID participantId,
UniversalDDSLayerFactory.ParticipantType participantType,
byte cpuUsage,
int freeMemory,
int numberOfConnectedNodes,
java.lang.String participantIp)
public LoadReport(LoadReportTopic loadReportTopic)
public LoadReport(LoadReportTopic loadReportTopic)
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 getParticipantId()
public void setParticipantId(java.util.UUID participantId)
participantId - public UniversalDDSLayerFactory.ParticipantType getParticipantType()
public void setParticipantType(UniversalDDSLayerFactory.ParticipantType participantType)
participantType - public byte getCpuUsage()
public void setCpuUsage(byte cpuUsage)
cpuUsage - public int getFreeMemory()
public void setFreeMemory(int freeMemory)
freeMemory - public int getNumberOfConnectedNodes()
public void setNumberOfConnectedNodes(int numberOfConnectedNodes)
numberOfConnectedNodes - public java.lang.String getParticipantIp()
public void setParticipantIp(java.lang.String participantIp)
participantIp - public java.lang.String toString()
toString in class java.lang.Object