Class ExoPerkStoreStatisticAspect

java.lang.Object
org.exoplatform.perkstore.statistic.ExoPerkStoreStatisticAspect

public class ExoPerkStoreStatisticAspect extends Object
  • Constructor Details

    • ExoPerkStoreStatisticAspect

      public ExoPerkStoreStatisticAspect()
  • Method Details

    • around

      public Object around(org.aspectj.lang.ProceedingJoinPoint point) throws Throwable
      Encapsulate method annotated with ExoPerkStoreStatistic to add statistic log entry
      Parameters:
      point - processing point
      Returns:
      result of processing point after its execution
      Throws:
      Throwable - if processing point throws an exception