Autopsy  4.5.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Public Member Functions | List of all members
org.sleuthkit.autopsy.appservices.AutopsyService Interface Reference

Inherited by org.sleuthkit.autopsy.imagewriter.ImageWriterService, org.sleuthkit.autopsy.keywordsearch.SolrSearchService, and org.sleuthkit.autopsy.test.TestAutopsyService.

Classes

class  AutopsyServiceException
 
class  CaseContext
 

Public Member Functions

default void closeCaseResources (CaseContext context) throws AutopsyServiceException
 
String getServiceName ()
 
default void openCaseResources (CaseContext context) throws AutopsyServiceException
 

Detailed Description

An interface for services that report status and may manage case and application resources such a text index, a database, etc. A service provider may have resources of both types, of only one type, or no resources at all.

Definition at line 29 of file AutopsyService.java.

Member Function Documentation

default void org.sleuthkit.autopsy.appservices.AutopsyService.closeCaseResources ( CaseContext  context) throws AutopsyServiceException

Closes any case-level resources managed by the service.

Parameters
contextThe case context which includes things such as the case, a progress indicator for the operation, a cancellation request flag, etc.
Exceptions
org.sleuthkit.autopsy.framework.AutopsyService.AutopsyServiceException

Implemented in org.sleuthkit.autopsy.keywordsearch.SolrSearchService, and org.sleuthkit.autopsy.imagewriter.ImageWriterService.

Definition at line 69 of file AutopsyService.java.

String org.sleuthkit.autopsy.appservices.AutopsyService.getServiceName ( )
default void org.sleuthkit.autopsy.appservices.AutopsyService.openCaseResources ( CaseContext  context) throws AutopsyServiceException

Creates, opens or upgrades any case-level resources managed by the service.

Parameters
contextThe case context which includes things such as the case, a progress indicator for the operation, a cancellation request flag, etc.
Exceptions
org.sleuthkit.autopsy.framework.AutopsyService.AutopsyServiceException

Implemented in org.sleuthkit.autopsy.keywordsearch.SolrSearchService, and org.sleuthkit.autopsy.test.TestAutopsyService.

Definition at line 55 of file AutopsyService.java.


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

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