Uses of Interface
org.perf4j.aop.AbstractJoinPoint

Packages that use AbstractJoinPoint
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. 
 

Uses of AbstractJoinPoint in org.perf4j.aop
 

Methods in org.perf4j.aop with parameters of type AbstractJoinPoint
protected  String AgnosticTimingAspect.getStopWatchMessage(Profiled profiled, AbstractJoinPoint joinPoint, Object returnValue, Throwable exceptionThrown)
          Helper method get the message to use for StopWatch logging.
protected  String AgnosticTimingAspect.getStopWatchTag(Profiled profiled, AbstractJoinPoint joinPoint, Object returnValue, Throwable exceptionThrown)
          Helper method gets the tag to use for StopWatch logging.
 Object AgnosticTimingAspect.runProfiledMethod(AbstractJoinPoint joinPoint, Profiled profiled, LoggingStopWatch stopWatch)
          This method actually executes the profiled method.
 



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