Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 |
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.
|
private |
Definition at line 102 of file ServicesMonitor.java.
String org.sleuthkit.autopsy.core.ServicesMonitor.Service.getDisplayName | ( | ) |
Definition at line 106 of file ServicesMonitor.java.
Referenced by org.sleuthkit.autopsy.core.ServicesMonitor.setServiceStatus().
|
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")) |
Property change event fired when remote case database service status changes. New value is set to updated ServiceStatus, old value is null.
Definition at line 87 of file ServicesMonitor.java.
Referenced by org.sleuthkit.autopsy.core.ServicesMonitor.checkDatabaseConnectionStatus(), org.sleuthkit.autopsy.core.ServicesMonitor.checkServiceStatus(), org.sleuthkit.autopsy.ingest.IngestManager.startIngestJob(), and org.sleuthkit.autopsy.ingest.IngestManager.subscribeToServiceMonitorEvents().
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().
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.