Package i5.las2peer.logging.monitoring
Class XESEventMessage
java.lang.Object
i5.las2peer.logging.monitoring.MonitoringMessage
i5.las2peer.logging.monitoring.XESEventMessage
- 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
ConstructorsConstructorDescriptionXESEventMessage
(Long timestamp, MonitoringEvent event, String sourceNode, String sourceAgentId, String destinationNode, String destinationAgentId, String remarks, String caseId, String activityName, String resourceId, String resourceType, String lifecyclePhase, Long timeOfEvent) Constructor of a XESEventMessage. -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class i5.las2peer.logging.monitoring.MonitoringMessage
getDestinationAgentId, getDestinationNode, getEvent, getRemarks, getSourceAgentId, getSourceNode, getTimestamp
-
Constructor Details
-
XESEventMessage
public XESEventMessage(Long timestamp, MonitoringEvent event, String sourceNode, String sourceAgentId, String destinationNode, String destinationAgentId, String remarks, String caseId, String activityName, String resourceId, String resourceType, String lifecyclePhase, Long timeOfEvent) Constructor of a XESEventMessage. This is a subclass ofMonitoringMessage
with additional fields for XES event log.- 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 messagecaseId
- caseId of the eventactivityName
- activityName of the eventresourceId
- resourceId of the eventresourceType
- resourceType of the event (e.g. user, service, bot, etc.)lifecyclePhase
- lifecyclePhase of the event (e.g. start, complete, etc.)
-
-
Method Details
-
getCaseId
-
getActivityName
-
getResourceId
-
getResourceType
-
getLifecyclePhase
-
getTimeOfEvent
-