Autopsy  4.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.core.events.ServiceEvent Class Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.core.events.ServiceEvent.ServiceEvent ( String  serviceName,
String  status,
String  details 
)

Member Function Documentation

String org.sleuthkit.autopsy.core.events.ServiceEvent.getDetails ( )

Gets details string passed as input to ServiceEvent constructor.

Returns
String Details of the event.

Definition at line 46 of file ServiceEvent.java.

References org.sleuthkit.autopsy.core.events.ServiceEvent.details.

Object org.sleuthkit.autopsy.events.AutopsyEvent.getSource ( )
inherited

Gets the source type (local or remote) as a string. This is for clients that do not have access to the AutopsyEvent type, and is necessary because the events package is not currently a public package within the Autopsy-Core NetBeans Module (NBM).

Returns
A string, either "LOCAL" or "REMOTE", as an Object.

Definition at line 82 of file AutopsyEvent.java.

SourceType org.sleuthkit.autopsy.events.AutopsyEvent.getSourceType ( )
inherited

Gets the source type (local or remote).

Returns
SourceType The source type of the event, local or remote.

Definition at line 69 of file AutopsyEvent.java.

References org.sleuthkit.autopsy.events.AutopsyEvent.sourceType.

Member Data Documentation

final String org.sleuthkit.autopsy.core.events.ServiceEvent.details
private
final long org.sleuthkit.autopsy.core.events.ServiceEvent.serialVersionUID = 1L
staticprivate

Definition at line 33 of file ServiceEvent.java.


The documentation for this class 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.