org.neo.swarm.interceptor.appContext
Class GetMethodInterceptor

java.lang.Object
  extended byorg.neo.swarm.interceptor.appContext.GetMethodInterceptor
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor, MethodInterceptor, java.io.Serializable

public class GetMethodInterceptor
extends java.lang.Object
implements MethodInterceptor

Converts all invocations starting with "retrieveComponent(s)(ofType)" to use the Perspective versions

Author:
navery
See Also:
Serialized Form

Constructor Summary
GetMethodInterceptor()
           
 
Method Summary
 java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
          Handle method translation or bypass if agruments are invalid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetMethodInterceptor

public GetMethodInterceptor()
Method Detail

invoke

public java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
                        throws java.lang.Throwable
Handle method translation or bypass if agruments are invalid

Specified by:
invoke in interface org.aopalliance.intercept.MethodInterceptor
Throws:
java.lang.Throwable


Copyright © 2001-2004 SWARM-ONE -First Generation (S)calable(W)ide(AR)ea(M)esh. All Rights Reserved.