Schnittstelle JavaSimonPerformanceMonitor

Alle bekannten Implementierungsklassen:
JavaSimon4PerformanceMonitorImpl

public interface JavaSimonPerformanceMonitor
Expose the start()/stop() methods for performance monitors independent from their concrete implementation.
Seit:
1.0.7
Autor:
Siegfried Goeschl
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    Start the monitor.
    void
    Stop the monitor.
    void
    stop(Throwable throwable)
    Stop the monitor based on an Throwable.
  • Methodendetails

    • start

      void start()
      Start the monitor.
    • stop

      void stop()
      Stop the monitor.
    • stop

      void stop(Throwable throwable)
      Stop the monitor based on an Throwable.
      Parameter:
      throwable - the throwable