Package lazyj

Class FrameworkStats

java.lang.Object
lazyj.FrameworkStats

public final class FrameworkStats extends Object
Statistics for the framework.
Since:
2006-10-04
Author:
costing
  • Constructor Details

    • FrameworkStats

      public FrameworkStats()
  • Method Details

    • getTopZones

      public static final Vector<String> getTopZones(int count)
      Get the most accessed zones
      Parameters:
      count - maximum number of zones to return
      Returns:
      an array of the most accessed zones, with the number of accesses to them
    • getTopPages

      public static final Vector<String> getTopPages(int count)
      Get the most accessed pages (servlets)
      Parameters:
      count - maximum number of results to return
      Returns:
      an array of strings with the zone/servlet and the number of accesses
    • clear

      public static void clear()
      Clear the counters and the internal structures.