org.neo.swarm.core.aop.silc.comp
Interface ProxyFactory

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CGLibProxyFactory, JavaDynamicProxyFactory

public interface ProxyFactory
extends java.io.Serializable

Author:
damiang

Method Summary
 java.lang.Object createProxy(java.lang.Object key, java.lang.Class[] interfaces, AspectComponent aspectComponent, java.util.Map methodInterceptorMap)
           
 java.lang.Object createProxy(Perspective perspective, java.lang.Object key, java.lang.Class[] interfaces, AspectComponent aspectedComponent)
           
 

Method Detail

createProxy

public java.lang.Object createProxy(Perspective perspective,
                                    java.lang.Object key,
                                    java.lang.Class[] interfaces,
                                    AspectComponent aspectedComponent)

createProxy

public java.lang.Object createProxy(java.lang.Object key,
                                    java.lang.Class[] interfaces,
                                    AspectComponent aspectComponent,
                                    java.util.Map methodInterceptorMap)


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