Class SubSystemUsageInterceptor

java.lang.Object
org.eblocker.server.common.startup.SubSystemUsageInterceptor
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

public class SubSystemUsageInterceptor extends Object implements org.aopalliance.intercept.MethodInterceptor
  • Constructor Details

    • SubSystemUsageInterceptor

      public SubSystemUsageInterceptor(com.google.inject.Provider<SystemStatusService> statusServiceProvider)
  • Method Details

    • invoke

      public Object invoke(org.aopalliance.intercept.MethodInvocation invocation) throws Throwable
      Specified by:
      invoke in interface org.aopalliance.intercept.MethodInterceptor
      Throws:
      Throwable