Class SessionCountListenerAspect

java.lang.Object
org.apache.wicket.metrics.WicketMetrics
org.apache.wicket.metrics.aspects.session.SessionCountListenerAspect

The Session count listener aspect measures how many sessions are active
Author:
Tobias Soloschenko
  • Constructor Details

  • Method Details

    • 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