Autopsy  4.19.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.casemodule.CollaborationMonitor.CollaborationEvent Class Reference

Inherits org.sleuthkit.autopsy.events.AutopsyEvent, and Serializable.

Public Member Functions

Object getSource ()
 
SourceType getSourceType ()
 

Private Attributes

final Map< Long, TaskcurrentTasks
 
final String hostName
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

An Autopsy event to be sent in event messages to the collaboration monitors on other Autopsy nodes.

Definition at line 508 of file CollaborationMonitor.java.

Member Function Documentation

Object org.sleuthkit.autopsy.events.AutopsyEvent.getSource ( )
inherited

Gets the event source type (local or remote) as a string.

Returns
A string, either "LOCAL" or "REMOTE."

Definition at line 88 of file AutopsyEvent.java.

SourceType org.sleuthkit.autopsy.events.AutopsyEvent.getSourceType ( )
inherited

Member Data Documentation

final Map<Long, Task> org.sleuthkit.autopsy.casemodule.CollaborationMonitor.CollaborationEvent.currentTasks
private

Definition at line 512 of file CollaborationMonitor.java.

final String org.sleuthkit.autopsy.casemodule.CollaborationMonitor.CollaborationEvent.hostName
private

Definition at line 511 of file CollaborationMonitor.java.

final long org.sleuthkit.autopsy.casemodule.CollaborationMonitor.CollaborationEvent.serialVersionUID = 1L
staticprivate

Definition at line 510 of file CollaborationMonitor.java.


The documentation for this class was generated from the following file:

Copyright © 2012-2021 Basis Technology. Generated on: Thu Sep 30 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.