Autopsy  4.19.2
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.coreutils.ExecUtil.TimedProcessTerminator Class Reference

Inherits org.sleuthkit.autopsy.coreutils.ExecUtil.ProcessTerminator.

Public Member Functions

 TimedProcessTerminator (long maxRunTimeInSeconds)
 
 TimedProcessTerminator ()
 
boolean shouldTerminateProcess ()
 

Private Attributes

final Long maxRunTimeInSeconds
 
final long startTimeInSeconds
 

Detailed Description

A process terminator that can be used to kill a process after it exceeds a maximum allowable run time.

Definition at line 81 of file ExecUtil.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.coreutils.ExecUtil.TimedProcessTerminator.TimedProcessTerminator ( long  maxRunTimeInSeconds)

Creates a process terminator that can be used to kill a process after it exceeds a maximum allowable run time.

Parameters
maxRunTimeInSecondsThe maximum allowable run time in seconds.

Definition at line 92 of file ExecUtil.java.

References org.sleuthkit.autopsy.coreutils.ExecUtil.TimedProcessTerminator.maxRunTimeInSeconds.

org.sleuthkit.autopsy.coreutils.ExecUtil.TimedProcessTerminator.TimedProcessTerminator ( )

Creates a process terminator that can be used to kill a process after it exceeds a global maximum allowable run time specified as a user preference. If the user preference is not set, this terminator has no effect.

Definition at line 103 of file ExecUtil.java.

References org.sleuthkit.autopsy.core.UserPreferences.getIsTimeOutEnabled(), and org.sleuthkit.autopsy.core.UserPreferences.getProcessTimeOutHrs().

Member Function Documentation

boolean org.sleuthkit.autopsy.coreutils.ExecUtil.TimedProcessTerminator.shouldTerminateProcess ( )

Member Data Documentation

final Long org.sleuthkit.autopsy.coreutils.ExecUtil.TimedProcessTerminator.maxRunTimeInSeconds
private
final long org.sleuthkit.autopsy.coreutils.ExecUtil.TimedProcessTerminator.startTimeInSeconds
private

Definition at line 83 of file ExecUtil.java.


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

Copyright © 2012-2021 Basis Technology. Generated on: Tue Feb 22 2022
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.