org.neo.swarm.core.aop.silc.comp
Class JavaDynamicProxyFactory

java.lang.Object
  extended byorg.neo.swarm.core.aop.silc.comp.JavaDynamicProxyFactory
All Implemented Interfaces:
ProxyFactory, java.io.Serializable

public class JavaDynamicProxyFactory
extends java.lang.Object
implements ProxyFactory

See Also:
Serialized Form

Constructor Summary
JavaDynamicProxyFactory()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaDynamicProxyFactory

public JavaDynamicProxyFactory()
Method Detail

createProxy

public java.lang.Object createProxy(Perspective perspective,
                                    java.lang.Object key,
                                    java.lang.Class[] interfaces,
                                    AspectComponent aspectedComponent)
Specified by:
createProxy in interface ProxyFactory

createProxy

public java.lang.Object createProxy(java.lang.Object key,
                                    java.lang.Class[] interfaces,
                                    AspectComponent aspectComponent,
                                    java.util.Map methodInterceptorMap)
Specified by:
createProxy in interface ProxyFactory


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