Class ApplicationMonitor
java.lang.Object
com.aquima.interactions.portal.model.ApplicationMonitor
- All Implemented Interfaces:
IApplicationMonitor
This class holds the debug information of an application.
- Since:
- 6.0
- Author:
- O. Kerpershoek
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ApplicationMonitor
(IInitializationReport report, IModule model) -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the time the application was initialized.This method returns the initialization report of the application.
-
Constructor Details
-
ApplicationMonitor
-
-
Method Details
-
getInitializationTime
Description copied from interface:IApplicationMonitor
This method returns the time the application was initialized.- Specified by:
getInitializationTime
in interfaceIApplicationMonitor
- Returns:
- the time the application was initialized.
-
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 interfaceIApplicationMonitor
- Returns:
- the initialization report of the application.
-
getXmlGraphView
- Throws:
AppException
-