| Package | Description |
|---|---|
| de.is24.util.monitoring.wrapper |
| Modifier and Type | Class and Description |
|---|---|
static class |
GenericMonitoringWrapper.InApplicationMonitorTimingReporter
Default implementation of the
GenericMonitoringWrapper.TimingReporter interface that uses
the InApplicationMonitor as it's backend. |
| Modifier and Type | Field and Description |
|---|---|
private GenericMonitoringWrapper.TimingReporter |
GenericMonitoringWrapper.reporter
The reported used to report method invocation timings.
|
| Modifier and Type | Method and Description |
|---|---|
static <E> E |
GenericMonitoringWrapper.wrapObject(Class<E> clazz,
Object target,
GenericMonitoringWrapper.TimingReporter timingReporter)
Wraps the given object and returns the reporting proxy.
|
| Constructor and Description |
|---|
GenericMonitoringWrapper(Class<E> targetClass,
Object target,
GenericMonitoringWrapper.TimingReporter timingReporter)
Constructs a new wrapper object.
|
Copyright © 2013 Immobilien Scout GmbH. All Rights Reserved.