de.is24.util.monitoring.wrapper
Interface GenericMonitoringWrapper.TimingReporter
- All Known Implementing Classes:
- GenericMonitoringWrapper.InApplicationMonitorTimingReporter
- Enclosing class:
- GenericMonitoringWrapper<E>
public static interface GenericMonitoringWrapper.TimingReporter
Interface for objects that receive and handle timinig information for a
given method invocation.
- Author:
- Alexander Metzner
reportTimedOperation
void reportTimedOperation(Class<?> targetClass,
Method targetMethod,
long startTime,
long endTime)
Copyright © 2013 Immobilien Scout GmbH. All Rights Reserved.