org.apache.tuscany.sca.aspectj
Class TimingAspect

java.lang.Object
  extended by org.apache.tuscany.sca.aspectj.TimingAspect

The TimingAspect is used to perform timing metrics on various calls.
 The Pointcut "timedCall" is not defined here, but rather in the aop.xml
 configuration file. You may provide a point cut to state which type
 of call you would like timed and reported in the output files.


Constructor Summary
TimingAspect()
          
Method Summary
 void timedCall()
          
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimingAspect

public TimingAspect()
Method Detail

timedCall


timedSection

Throws:
java.lang.Throwable