Autopsy
4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits PropertyChangeListener.
Public Member Functions | |
void | propertyChange (PropertyChangeEvent event) |
Private Attributes | |
final Map< Integer, Task > | eventIdsToAddDataSourceTasks |
final Map< Long, Task > | jobIdsTodataSourceAnalysisTasks |
long | nextTaskId |
The local tasks manager listens to local events and translates them into tasks it broadcasts to collaborating nodes. Note that all access to the task collections is synchronized since they may be accessed by both the threads publishing property change events and by the heartbeat task thread.
Definition at line 165 of file CollaborationMonitor.java.
void org.sleuthkit.autopsy.casemodule.CollaborationMonitor.LocalTasksManager.propertyChange | ( | PropertyChangeEvent | event | ) |
Translates events into updates of the collection of local tasks this node is broadcasting to other nodes.
event | A PropertyChangeEvent. |
Definition at line 189 of file CollaborationMonitor.java.
References org.sleuthkit.autopsy.casemodule.Case.Events.ADDING_DATA_SOURCE, org.sleuthkit.autopsy.casemodule.Case.Events.ADDING_DATA_SOURCE_FAILED, org.sleuthkit.autopsy.casemodule.Case.Events.DATA_SOURCE_ADDED, org.sleuthkit.autopsy.ingest.IngestManager.IngestJobEvent.DATA_SOURCE_ANALYSIS_COMPLETED, org.sleuthkit.autopsy.ingest.IngestManager.IngestJobEvent.DATA_SOURCE_ANALYSIS_STARTED, and org.sleuthkit.autopsy.events.AutopsyEvent.SourceType.LOCAL.
|
private |
Definition at line 168 of file CollaborationMonitor.java.
|
private |
Definition at line 169 of file CollaborationMonitor.java.
|
private |
Definition at line 167 of file CollaborationMonitor.java.
Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.