ch.elca.el4j.tests.util.codingsupport
Class AMixin

java.lang.Object
  extended by org.springframework.aop.support.IntroductionInfoSupport
      extended by org.springframework.aop.support.DelegatingIntroductionInterceptor
          extended by ch.elca.el4j.tests.util.codingsupport.AMixin
All Implemented Interfaces:
A, Serializable, org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor, DynamicIntroductionAdvice, IntroductionInfo, IntroductionInterceptor

 class AMixin
extends DelegatingIntroductionInterceptor
implements A


Field Summary
(package private)  int a
           
(package private)  List<Integer> globalList
           
 
Fields inherited from class org.springframework.aop.support.IntroductionInfoSupport
logger, publishedInterfaces
 
Constructor Summary
AMixin()
           
AMixin(List<Integer> globalList)
           
 
Method Summary
 int getA()
           
 Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
           
 
Methods inherited from class org.springframework.aop.support.DelegatingIntroductionInterceptor
doProceed
 
Methods inherited from class org.springframework.aop.support.IntroductionInfoSupport
getInterfaces, implementInterfacesOnObject, implementsInterface, isMethodOnIntroducedInterface, suppressInterface
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.springframework.aop.DynamicIntroductionAdvice
implementsInterface
 

Field Detail

a

int a

globalList

List<Integer> globalList
Constructor Detail

AMixin

public AMixin()

AMixin

public AMixin(List<Integer> globalList)
Method Detail

invoke

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

getA

public int getA()
Specified by:
getA in interface A


Copyright © 2005-2008 ELCA. All Rights Reserved.