Class GlobalReport.GlobalReportEntry

java.lang.Object
de.uplanet.lucy.server.monitor.log.GlobalReport.GlobalReportEntry
All Implemented Interfaces:
de.uplanet.lucy.server.monitor.log.IReportEntry
Enclosing class:
GlobalReport

public final class GlobalReport.GlobalReportEntry extends Object implements de.uplanet.lucy.server.monitor.log.IReportEntry
A single report entry.
  • Method Details

    • getApplicationInfo

      public ApplicationInfo getApplicationInfo()
      Get the info object for this application.
      Returns:
      The application info object for this application.
    • getApplicationGuid

      public String getApplicationGuid()
      Get the application GUID.
      Returns:
      The application GUID.
    • getApplicationName

      public String getApplicationName()
      Get the application name.
      Returns:
      The application name, or null if no information about the application is available.
    • getStartPageGuid

      public String getStartPageGuid()
      Get the start page GUID.
      Returns:
      The start page GUID.
    • getHits

      public int getHits()
      Get the number of hits for the application.
      Returns:
      The number of hits.
    • getHitsPercent

      public float getHitsPercent()
      Get the relative number of hits for the application in percent.
      Returns:
      The number of hits.
    • getHitsWeight

      public int getHitsWeight(int p_iFactor)
      Get the relative number of hits for the application with the given weight.
      Parameters:
      p_iFactor - The weight factor.
      Returns:
      The weighted relative number of hits.