Package de.hybris.platform.jmx.mbeans
Interface ProfilingReportTemplate
- All Known Subinterfaces:
ProfilingReportBean
- All Known Implementing Classes:
ProfilerReportPOJO
public interface ProfilingReportTemplate
This interface will be implemented by
Profiler for processing the profiling
informations.-
Method Summary
Modifier and TypeMethodDescriptionvoidThis method will be called by theProfilerimplementation (..voidlogExecutionTime(long executionTime, long calledAt) This method will be called by theProfilerimplementation (..
-
Method Details
-
logExecutionTime
void logExecutionTime(long executionTime, long calledAt) This method will be called by theProfilerimplementation (.. for manual testing it is very nice to to make this method accessible via JMX, too)- Parameters:
executionTime- method execution start timecalledAt- method execution end time
-
logException
void logException()This method will be called by theProfilerimplementation (.. for manual testing it is very nice to to make this method accessible via JMX, too). This method will be used for incrementing an internal "failed execution counter"
-