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

Inherits PropertyChangeListener.

Public Member Functions

void propertyChange (PropertyChangeEvent event)
 

Private Attributes

final Map< Long, TaskjobIdsTodataSourceAnalysisTasks
 
long nextTaskId
 
final Map< Integer, TaskuuidsToAddDataSourceTasks
 

Detailed Description

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 160 of file CollaborationMonitor.java.

Member Function Documentation

void org.sleuthkit.autopsy.casemodule.CollaborationMonitor.LocalTasksManager.propertyChange ( PropertyChangeEvent  event)

Member Data Documentation

final Map<Long, Task> org.sleuthkit.autopsy.casemodule.CollaborationMonitor.LocalTasksManager.jobIdsTodataSourceAnalysisTasks
private

Definition at line 164 of file CollaborationMonitor.java.

long org.sleuthkit.autopsy.casemodule.CollaborationMonitor.LocalTasksManager.nextTaskId
private

Definition at line 162 of file CollaborationMonitor.java.

final Map<Integer, Task> org.sleuthkit.autopsy.casemodule.CollaborationMonitor.LocalTasksManager.uuidsToAddDataSourceTasks
private

Definition at line 163 of file CollaborationMonitor.java.


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

Copyright © 2012-2015 Basis Technology. Generated on: Wed Apr 6 2016
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.