net.sf.infrared.aspects.aspectwerkz
Class InfraRedBaseAspect

java.lang.Object
  extended bynet.sf.infrared.aspects.aspectwerkz.InfraRedBaseAspect

public class InfraRedBaseAspect
extends Object

Base Aspect for AspectWerkz that is executed for all pointcuts


Constructor Summary
InfraRedBaseAspect(org.codehaus.aspectwerkz.AspectContext aspectContext)
           
 
Method Summary
 Object collectMetrics(org.codehaus.aspectwerkz.joinpoint.StaticJoinPoint jp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfraRedBaseAspect

public InfraRedBaseAspect(org.codehaus.aspectwerkz.AspectContext aspectContext)
Method Detail

collectMetrics

public Object collectMetrics(org.codehaus.aspectwerkz.joinpoint.StaticJoinPoint jp)
                      throws Throwable
Throws:
Throwable