Autopsy  3.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Protected Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.coreutils.LoggedTask< T > Class Template Referenceabstract

Inherits Task< T >, and Cancellable.

Public Member Functions

 LoggedTask (String taskName, boolean logStateChanges)
 

Protected Member Functions

void cancelled ()
 
void failed ()
 
void scheduled ()
 
void succeeded ()
 

Private Attributes

final boolean logStateChanges
 

Static Private Attributes

static final Logger LOGGER = Logger.getLogger(LoggedTask.class.getName())
 

Detailed Description

extension of Task that logs state changes

Definition at line 29 of file LoggedTask.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.coreutils.LoggedTask< T >.LoggedTask ( String  taskName,
boolean  logStateChanges 
)

Definition at line 35 of file LoggedTask.java.

Member Function Documentation

void org.sleuthkit.autopsy.coreutils.LoggedTask< T >.cancelled ( )
protected

Definition at line 41 of file LoggedTask.java.

void org.sleuthkit.autopsy.coreutils.LoggedTask< T >.failed ( )
protected

Definition at line 49 of file LoggedTask.java.

void org.sleuthkit.autopsy.coreutils.LoggedTask< T >.scheduled ( )
protected

Definition at line 56 of file LoggedTask.java.

void org.sleuthkit.autopsy.coreutils.LoggedTask< T >.succeeded ( )
protected

Definition at line 64 of file LoggedTask.java.

Member Data Documentation

final Logger org.sleuthkit.autopsy.coreutils.LoggedTask< T >.LOGGER = Logger.getLogger(LoggedTask.class.getName())
staticprivate

Definition at line 31 of file LoggedTask.java.

final boolean org.sleuthkit.autopsy.coreutils.LoggedTask< T >.logStateChanges
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.