ch.elca.el4j.tests.util.codingsupport
Class AMixin
java.lang.Object
org.springframework.aop.support.IntroductionInfoSupport
org.springframework.aop.support.DelegatingIntroductionInterceptor
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
|
Method Summary |
int |
getA()
|
Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
a
int a
globalList
List<Integer> globalList
AMixin
public AMixin()
AMixin
public AMixin(List<Integer> globalList)
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.