Example usage for org.springframework.aop.interceptor AbstractMonitoringInterceptor subclass-usage

List of usage examples for org.springframework.aop.interceptor AbstractMonitoringInterceptor subclass-usage

Introduction

In this page you can find the example usage for org.springframework.aop.interceptor AbstractMonitoringInterceptor subclass-usage.

Usage

From source file org.springframework.aop.interceptor.PerformanceMonitorInterceptor.java

/**
 * Simple AOP Alliance {@code MethodInterceptor} for performance monitoring.
 * This interceptor has no effect on the intercepted method call.
 *
 * <p>Uses a {@code StopWatch} for the actual performance measuring.
 *

From source file com.zxy.commons.profiler.connector.CallInterceptor.java

/**
 * CallInterceptor
 * 
 * <p>
 * <a href="CallInterceptor.java"><i>View Source</i></a>
 * 

From source file org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor.java

/**
 * Performance monitor interceptor that uses <b>JAMon</b> library to perform the
 * performance measurement on the intercepted method and output the stats.
 * In addition, it tracks/counts exceptions thrown by the intercepted method.
 * The stack traces can be viewed in the JAMon web application.
 *

From source file com.zxy.commons.dubbo.TraceInterceptor.java

/** 
 * Dubbo trace interceptor
 * 
 * <p>
 * <a href="TraceInterceptor.java"><i>View Source</i></a>
 * 

From source file com.zxy.commons.profiler.connector.ProfilerInterceptor.java

/**
 * ProfilerInterceptor
 * 
 * <p>
 * <a href="ProfilerInterceptor.java"><i>View Source</i></a>
 * 

From source file com.stevesouza.spring.contrib.JamonPerformanceMonitorInterceptor.java

/**
 * Performance monitor interceptor that uses <b>JAMon</b> library
 * to perform the performance measurement on the intercepted method
 * and output the stats. In addition it can track/count exceptions
 * thrown by the intercepted method the stacktraces can be viewed in
 * the JAMon web application.

From source file com.zxy.commons.profiler.connector.PrintDigestInterceptor.java

/**
 * PrintDigestInterceptor
 * 
 * <p>
 * <a href="PrintDigestInterceptor.java"><i>View Source</i></a>
 *