Class SessionCountListenerAspect

    • Method Detail

      • aroundInc

        public Object aroundInc​(org.aspectj.lang.ProceedingJoinPoint joinPoint)
                         throws Throwable
        Measures if a session is going to be activated
        Parameters:
        joinPoint - the join point
        Returns:
        void
        Throws:
        Throwable - if an error occurred
      • aroundDec

        public Object aroundDec​(org.aspectj.lang.ProceedingJoinPoint joinPoint)
                         throws Throwable
        Measures if a session is going to be destroyed
        Parameters:
        joinPoint - the join point
        Returns:
        void
        Throws:
        Throwable - if an error occurred