alma::acs::logging::errorbrowser::Engine Class Reference

Collaboration diagram for alma::acs::logging::errorbrowser::Engine:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Engine (LogEntryTableModelBase model, String stackID, LogEntryTableModelBase listener)
void close ()
void run ()

Private Attributes

final LogEntryTableModelBase srcModel
final LogEntryTableModelBase dstModel
final String stackId
volatile boolean terminateThread

Detailed Description

The error browser engine is the object in charge of extracting all the logs of an error trace.

Author:
acaproni

Constructor & Destructor Documentation

alma::acs::logging::errorbrowser::Engine::Engine ( LogEntryTableModelBase  model,
String  stackID,
LogEntryTableModelBase  listener 
) [inline]

Constructor

Parameters:
stackID The ID of the logs of the error trace
model The table model to read logs from
listener The model to push logs into

References dstModel, srcModel, stackId, and terminateThread.


Member Function Documentation

void alma::acs::logging::errorbrowser::Engine::close (  )  [inline]

Stop the thread

References terminateThread.

Referenced by alma::acs::logging::errorbrowser::ErrorTab::close().

void alma::acs::logging::errorbrowser::Engine::run (  )  [inline]

Member Data Documentation

The table model to push logs part of the stack trace in

Referenced by Engine(), and run().

The table model to read logs part of the stack trace

Referenced by Engine(), and run().

The stackId of the logs to show in the error trace

Referenced by Engine(), and run().

Signal the thread to terminate

Referenced by close(), Engine(), and run().


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

Generated by  doxygen 1.6.2