Autopsy  4.1
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 name)
 

Private Attributes

final String displayName
 

Detailed Description

List of services that are being monitored. The service names should be representative of the service functionality and readable as they get logged when service outage occurs.

Definition at line 80 of file ServicesMonitor.java.

Constructor & Destructor Documentation

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

Definition at line 102 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 100 of file ServicesMonitor.java.

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

Property change event fired when messaging service status changes. New value is set to updated ServiceStatus, old value is null.

Definition at line 98 of file ServicesMonitor.java.

Referenced by org.sleuthkit.autopsy.core.ServicesMonitor.checkMessagingServerConnectionStatus(), and org.sleuthkit.autopsy.core.ServicesMonitor.checkServiceStatus().

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"))

Property change event fired when remote keyword search service status changes. New value is set to updated ServiceStatus, old value is null.

Definition at line 93 of file ServicesMonitor.java.

Referenced by org.sleuthkit.autopsy.core.ServicesMonitor.checkKeywordSearchServerConnectionStatus(), org.sleuthkit.autopsy.core.ServicesMonitor.checkServiceStatus(), and org.sleuthkit.autopsy.ingest.IngestManager.subscribeToServiceMonitorEvents().


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

Copyright © 2012-2016 Basis Technology. Generated on: Mon Apr 24 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.