Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Task< X >.
Inherited by org.sleuthkit.autopsy.timeline.db.EventsRepository.DBPopulationWorker.
Public Member Functions | |
abstract ReadOnlyBooleanProperty | cancellableProperty () |
synchronized boolean | isCancelRequested () |
synchronized boolean | requestCancel () |
Private Attributes | |
boolean | cancelRequested |
An extension of Task that allows a client to request cancellation, with out the Task entering the cancelled state immediately. This allows the task to continue to report progress of eg its cleanup operations. Implementations should use the isCancelRequested() method to check for cancellation and call cancel() before returning from the call() method.
Definition at line 31 of file CancellationProgressTask.java.
|
abstract |
synchronized boolean org.sleuthkit.autopsy.timeline.CancellationProgressTask< X >.isCancelRequested | ( | ) |
Definition at line 35 of file CancellationProgressTask.java.
Referenced by org.sleuthkit.autopsy.timeline.db.EventsRepository.DBPopulationWorker.call(), org.sleuthkit.autopsy.timeline.db.EventsRepository.DBPopulationWorker.insertArtifactDerivedEvents(), org.sleuthkit.autopsy.timeline.db.EventsRepository.DBPopulationWorker.insertArtifactTags(), org.sleuthkit.autopsy.timeline.db.EventsRepository.DBPopulationWorker.insertContentTags(), and org.sleuthkit.autopsy.timeline.db.EventsRepository.DBPopulationWorker.insertMACTimeEvents().
synchronized boolean org.sleuthkit.autopsy.timeline.CancellationProgressTask< X >.requestCancel | ( | ) |
Definition at line 39 of file CancellationProgressTask.java.
|
private |
Definition at line 33 of file CancellationProgressTask.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.