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

Inherits PropertyChangeListener.

Classes

class  RemoteTasks
 

Public Member Functions

void propertyChange (PropertyChangeEvent event)
 

Private Attributes

final Map< String, RemoteTaskshostsToTasks
 

Detailed Description

Listens for collaboration event messages broadcast by collaboration monitors on other nodes and translates them into remote tasks represented locally using progress bars. Note that all access to the remote tasks is synchronized since it may be accessed by both the threads publishing property change events and by the thread running periodic checks for "stale" tasks.

Definition at line 282 of file CollaborationMonitor.java.

Member Function Documentation

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

Updates the remote tasks in response to a collaboration event received from another node.

Parameters
eventThe collaboration event.

Definition at line 302 of file CollaborationMonitor.java.

Member Data Documentation

final Map<String, RemoteTasks> org.sleuthkit.autopsy.casemodule.CollaborationMonitor.RemoteTasksManager.hostsToTasks
private

Definition at line 284 of file CollaborationMonitor.java.


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

Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.