Package i5.las2peer.logging.monitoring
Class MonitoringMessage
java.lang.Object
i5.las2peer.logging.monitoring.MonitoringMessage
- All Implemented Interfaces:
Serializable
This class stores a message that was logged by the monitoring module of las2peer. An Array of instances of this class
is send via a
Message to the central monitoring node.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMonitoringMessage(Long timestamp, MonitoringEvent event, String sourceNode, String sourceAgentId, String destinationNode, String destinationAgentId, String remarks) Constructor of a MonitoringMessage. -
Method Summary
-
Constructor Details
-
MonitoringMessage
public MonitoringMessage(Long timestamp, MonitoringEvent event, String sourceNode, String sourceAgentId, String destinationNode, String destinationAgentId, String remarks) Constructor of a MonitoringMessage.- Parameters:
timestamp- A timestamp for this messageevent- A monitoring event identifiersourceNode- A source nodesourceAgentId- A source agent iddestinationNode- A destination nodedestinationAgentId- A destination agent idremarks- Any additional information about this message
-
-
Method Details
-
getTimestamp
-
getEvent
-
getSourceNode
-
getSourceAgentId
-
getDestinationNode
-
getDestinationAgentId
-
getRemarks
-