Class ProfilerReportPOJO

  • All Implemented Interfaces:
    ProfilingReportBean, ProfilingReportTemplate

    @ManagedResource
    public class ProfilerReportPOJO
    extends java.lang.Object
    implements ProfilingReportBean
    POJO which contains the collected/calculated "profiling data". This POJO will be transformed to a DynamicMBean.
    Spring Bean ID:
    serviceLayerProfilingBean
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getFailedExecutions()
      Returns the amount of failed method executions.
      long getMaxExecutionTime()
      Returns max execution time of the profiled method.
      long getMinExecutionTime()
      Returns min execution time of the profiled method.
      long getTotalCount()
      Returns the total number of method calls of the profiled method
      long getTotalTime()
      Returns the total execution time of the profiled method
      void logException()
      This method will be called by the Profiler implementation (..
      void logExecutionTime​(long executionTime, long calledAt)
      This method will be called by the Profiler implementation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait