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

java.lang.Object
  extended by ch.elca.el4j.tests.util.codingsupport.CInterceptor
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

 class CInterceptor
extends Object
implements org.aopalliance.intercept.MethodInterceptor


Field Summary
(package private)  List<Integer> globalList
           
 
Constructor Summary
CInterceptor()
           
CInterceptor(List<Integer> globalList)
           
 
Method Summary
 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
 

Field Detail

globalList

List<Integer> globalList
Constructor Detail

CInterceptor

public CInterceptor()

CInterceptor

public CInterceptor(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
Throws:
Throwable


Copyright © 2005-2011 ELCA. All Rights Reserved.