Interface IStatsSubsystem

All Superinterfaces:
ISubsystem
All Known Implementing Classes:
StatsSubsystem

public interface IStatsSubsystem extends ISubsystem
A class represents a internal subsystem. This subsystem can be loaded into cert server kernel to perform statistics collection.

Version:
$Revision$, $Date$
Author:
thomask
  • Field Details

  • Method Details

    • getStartTime

      Date getStartTime()
      Retrieves the start time since startup or clearing of statistics.
    • startTiming

      void startTiming(String id)
      Starts timing of a operation.
    • startTiming

      void startTiming(String id, boolean main)
    • endTiming

      void endTiming(String id)
      Stops timing of a operation.
    • resetCounters

      void resetCounters()
      Resets counters.
    • getMainStatsEvent

      StatsEvent getMainStatsEvent()
      Resets all internal counters.