Autopsy  4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Public Attributes | Private Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.core.ServicesMonitor.Service Enum Reference

Public Member Functions

String getDisplayName ()
 

Public Attributes

 MESSAGING =(NbBundle.getMessage(ServicesMonitor.class, "ServicesMonitor.messaging.displayName.text"))
 
 REMOTE_CASE_DATABASE =(NbBundle.getMessage(ServicesMonitor.class, "ServicesMonitor.remoteCaseDatabase.displayName.text"))
 
 REMOTE_KEYWORD_SEARCH =(NbBundle.getMessage(ServicesMonitor.class, "ServicesMonitor.remoteKeywordSearch.displayName.text"))
 

Private Member Functions

 Service (String displayName)
 

Private Attributes

final String displayName
 

Detailed Description

An enumeration of the core services in a collaborative, multi-user case environment. The display names provided here can be used to identify the service status events published for these services and to directly query the ServicesMonitor for the current status of these services.

Definition at line 59 of file ServicesMonitor.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.core.ServicesMonitor.Service.Service ( String  displayName)
private

Definition at line 66 of file ServicesMonitor.java.

Member Function Documentation

String org.sleuthkit.autopsy.core.ServicesMonitor.Service.getDisplayName ( )

Member Data Documentation

final String org.sleuthkit.autopsy.core.ServicesMonitor.Service.displayName
private

Definition at line 64 of file ServicesMonitor.java.

org.sleuthkit.autopsy.core.ServicesMonitor.Service.MESSAGING =(NbBundle.getMessage(ServicesMonitor.class, "ServicesMonitor.messaging.displayName.text"))
org.sleuthkit.autopsy.core.ServicesMonitor.Service.REMOTE_CASE_DATABASE =(NbBundle.getMessage(ServicesMonitor.class, "ServicesMonitor.remoteCaseDatabase.displayName.text"))
org.sleuthkit.autopsy.core.ServicesMonitor.Service.REMOTE_KEYWORD_SEARCH =(NbBundle.getMessage(ServicesMonitor.class, "ServicesMonitor.remoteKeywordSearch.displayName.text"))

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

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