Class MethodInterceptorImpl

java.lang.Object
org.glassfish.hk2.aopEvents.MethodInterceptorImpl
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

@Service @ContractsProvided({MethodInterceptorImpl.class,org.aopalliance.intercept.MethodInterceptor.class}) public class MethodInterceptorImpl extends Object implements org.aopalliance.intercept.MethodInterceptor
Author:
jwells
  • Constructor Details

    • MethodInterceptorImpl

      public MethodInterceptorImpl()
  • Method Details

    • invoke

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

      public HashSet<String> clearAndGetIntercepted()