Class TraceAspect
java.lang.Object
io.vertigo.core.impl.analytics.trace.TraceAspect
- All Implemented Interfaces:
Aspect
* Intercepteur de performance des composant.
- Author:
- jmforhan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreturns Annotation that tagged any method or class concerned by this aspectinvoke(Object[] args, AspectMethodInvocation invocation) Invoke method with this current aspect.
-
Constructor Details
-
TraceAspect
Constructor.- Parameters:
analyticsManager- the component responsible of managing analytics
-
-
Method Details
-
getAnnotationType
returns Annotation that tagged any method or class concerned by this aspect- Specified by:
getAnnotationTypein interfaceAspect- Returns:
- Annotation type.
-
invoke
Invoke method with this current aspect. Apply aspect then call sub method
-