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

Inherits ThreadFactory.

Public Member Functions

Thread newThread (Runnable task)
 

Private Member Functions

 TaskThreadFactory (String threadName)
 

Private Attributes

final String threadName
 

Detailed Description

A thread factory that provides named threads.

Definition at line 2375 of file Case.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.casemodule.Case.TaskThreadFactory.TaskThreadFactory ( String  threadName)
private

Member Function Documentation

Thread org.sleuthkit.autopsy.casemodule.Case.TaskThreadFactory.newThread ( Runnable  task)

Definition at line 2384 of file Case.java.

Member Data Documentation

final String org.sleuthkit.autopsy.casemodule.Case.TaskThreadFactory.threadName
private

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

Copyright © 2012-2016 Basis Technology. Generated on: Fri Sep 29 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.