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

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.BMixin
All Implemented Interfaces:
B, Serializable, org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor, DynamicIntroductionAdvice, IntroductionInfo, IntroductionInterceptor

 class BMixin
extends DelegatingIntroductionInterceptor
implements B


Field Summary
(package private)  String b
           
(package private)  List<Integer> globalList
           
 
Fields inherited from class org.springframework.aop.support.IntroductionInfoSupport
publishedInterfaces
 
Constructor Summary
BMixin()
           
BMixin(List<Integer> globalList)
           
 
Method Summary
 String getB()
           
 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

b

String b

globalList

List<Integer> globalList
Constructor Detail

BMixin

public BMixin()

BMixin

public BMixin(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

getB

public String getB()
Specified by:
getB in interface B


Copyright © 2005-2011 ELCA. All Rights Reserved.