Interface IApplicationMonitor

All Known Implementing Classes:
ApplicationMonitor

public interface IApplicationMonitor
This interface provides monitoring information about the portal engine.
Since:
5.1
Author:
Jon van Leuven
  • Method Details

    • getInitializationTime

      DateTimeValue getInitializationTime()
      This method returns the time the application was initialized.
      Returns:
      the time the application was initialized.
    • getReport

      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.
      Returns:
      the initialization report of the application.