Uses of Class
org.perf4j.aop.AgnosticTimingAspect

Packages that use AgnosticTimingAspect
org.perf4j.aop Provides annotations that work with an aspect-oriented framework like AspectJ, Spring AOP or EJB interceptors to allow timing of code blocks without explicit logging statements. 
org.perf4j.commonslog.aop Defines the concrete aspect class used to inject timing code around methods that have been marked with the Profiled annotation. 
 

Uses of AgnosticTimingAspect in org.perf4j.aop
 

Subclasses of AgnosticTimingAspect in org.perf4j.aop
 class AbstractEjbTimingAspect
          This is the base class for TimingAspects that use the EJB interceptor framework.
 class AbstractTimingAspect
          This is the base class for TimingAspects that use the AspectJ framework (a better name for this class work probably be AspectJTimingAspect, but for backwards compatibility reasons it keeps the AbstractTimingAspect name).
 

Uses of AgnosticTimingAspect in org.perf4j.commonslog.aop
 

Subclasses of AgnosticTimingAspect in org.perf4j.commonslog.aop
 class EjbTimingAspect
          This EjbTimingAspect implementation uses an Apache Commons Logging Log instance to persist StopWatch log messages.
 class TimingAspect
          This TimingAspect implementation uses an Apache Commons Logging Log instance to persist StopWatch log messages.
 



Copyright © 2008-2011 perf4j.org. All Rights Reserved.