Class ApplicationMonitor

java.lang.Object
com.aquima.interactions.portal.model.ApplicationMonitor
All Implemented Interfaces:
IApplicationMonitor

public class ApplicationMonitor extends Object implements IApplicationMonitor
This class holds the debug information of an application.
Since:
6.0
Author:
O. Kerpershoek
  • Constructor Details

  • Method Details

    • getInitializationTime

      public DateTimeValue getInitializationTime()
      Description copied from interface: IApplicationMonitor
      This method returns the time the application was initialized.
      Specified by:
      getInitializationTime in interface IApplicationMonitor
      Returns:
      the time the application was initialized.
    • getReport

      public IInitializationReport getReport()
      Description copied from interface: IApplicationMonitor
      This method returns the initialization report of the application. The initialization report may be used to inspect any errors and warning that were detected during the initialization of the application.
      Specified by:
      getReport in interface IApplicationMonitor
      Returns:
      the initialization report of the application.
    • getXmlGraphView

      public String getXmlGraphView()