Autopsy
4.19.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.events.AutopsyEvent, and Serializable.
Public Member Functions | |
ServiceEvent (String serviceName, String status, String details) | |
String | getDetails () |
Object | getSource () |
SourceType | getSourceType () |
Private Attributes | |
final String | details |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
A class for events to be published to registered subscribers of Service Monitor on this Autopsy node. The class extends PropertyChangeEvent (via AutopsyEvent) to integrate with legacy use of JavaBeans PropertyChangeEvents and PropertyChangeListeners as an application event system, and implements Serializable to allow it to be published over a network in serialized form.
Definition at line 31 of file ServiceEvent.java.
org.sleuthkit.autopsy.core.events.ServiceEvent.ServiceEvent | ( | String | serviceName, |
String | status, | ||
String | details | ||
) |
Definition at line 36 of file ServiceEvent.java.
References org.sleuthkit.autopsy.core.events.ServiceEvent.details.
String org.sleuthkit.autopsy.core.events.ServiceEvent.getDetails | ( | ) |
Gets details string passed as input to ServiceEvent constructor.
Definition at line 46 of file ServiceEvent.java.
References org.sleuthkit.autopsy.core.events.ServiceEvent.details.
|
inherited |
Gets the event source type (local or remote) as a string.
Definition at line 88 of file AutopsyEvent.java.
|
inherited |
Gets the event source type (local or remote).
Definition at line 78 of file AutopsyEvent.java.
References org.sleuthkit.autopsy.events.AutopsyEvent.sourceType.
Referenced by org.sleuthkit.autopsy.casemodule.events.TskDataModelChangedEvent< TagSet, TagSet >.getNewValue(), and org.sleuthkit.autopsy.casemodule.events.TskDataModelChangedEvent< TagSet, TagSet >.getOldValue().
|
private |
Definition at line 34 of file ServiceEvent.java.
Referenced by org.sleuthkit.autopsy.core.events.ServiceEvent.getDetails(), and org.sleuthkit.autopsy.core.events.ServiceEvent.ServiceEvent().
|
staticprivate |
Definition at line 33 of file ServiceEvent.java.
Copyright © 2012-2021 Basis Technology. Generated on: Thu Sep 30 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.