Autopsy  3.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.timeline.events.db.EventsRepository.DBPopulationWorker Class Reference

Inherits SwingWorker< Void, ProgressWindow.ProgressUpdate >.

Public Member Functions

 DBPopulationWorker (Runnable r)
 

Protected Member Functions

Void doInBackground () throws Exception
 
void process (List< ProgressWindow.ProgressUpdate > chunks)
 
void done ()
 

Private Member Functions

void populateEventType (final ArtifactEventType type, EventDB.EventTransaction trans, SleuthkitCase skCase)
 

Private Attributes

final ProgressWindow progressDialog
 
final Runnable r
 

Detailed Description

SwingWorker to populate event db with data from main autopsy database.

has only local state. accesses eventDB but that is internally synchronized/ thread-safe.

Definition at line 206 of file EventsRepository.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.timeline.events.db.EventsRepository.DBPopulationWorker.DBPopulationWorker ( Runnable  r)

Member Function Documentation

Void org.sleuthkit.autopsy.timeline.events.db.EventsRepository.DBPopulationWorker.doInBackground ( ) throws Exception
protected
void org.sleuthkit.autopsy.timeline.events.db.EventsRepository.DBPopulationWorker.done ( )
protected
void org.sleuthkit.autopsy.timeline.events.db.EventsRepository.DBPopulationWorker.populateEventType ( final ArtifactEventType  type,
EventDB.EventTransaction  trans,
SleuthkitCase  skCase 
)
private
void org.sleuthkit.autopsy.timeline.events.db.EventsRepository.DBPopulationWorker.process ( List< ProgressWindow.ProgressUpdate >  chunks)
protected

Member Data Documentation

final ProgressWindow org.sleuthkit.autopsy.timeline.events.db.EventsRepository.DBPopulationWorker.progressDialog
private

Definition at line 208 of file EventsRepository.java.

final Runnable org.sleuthkit.autopsy.timeline.events.db.EventsRepository.DBPopulationWorker.r
private

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

Copyright © 2012-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.