Class ExoPerkStoreStatisticAspect
java.lang.Object
org.exoplatform.perkstore.statistic.ExoPerkStoreStatisticAspect
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaround(org.aspectj.lang.ProceedingJoinPoint point) Encapsulate method annotated withExoPerkStoreStatisticto add statistic log entry
-
Constructor Details
-
ExoPerkStoreStatisticAspect
public ExoPerkStoreStatisticAspect()
-
-
Method Details
-
around
Encapsulate method annotated withExoPerkStoreStatisticto add statistic log entry- Parameters:
point- processing point- Returns:
- result of processing point after its execution
- Throws:
Throwable- if processing point throws an exception
-