Uses of Interface
net.sf.joyaop.framework.AspectFactory

Packages that use AspectFactory
net.sf.joyaop.framework   
net.sf.joyaop.impl   
 

Uses of AspectFactory in net.sf.joyaop.framework
 

Methods in net.sf.joyaop.framework that return AspectFactory
 AspectFactory AspectRuntime.getAspectFactory()
           
 

Methods in net.sf.joyaop.framework with parameters of type AspectFactory
 void AspectRuntime.setAspectFactory(AspectFactory aspectFactory)
           
 

Uses of AspectFactory in net.sf.joyaop.impl
 

Classes in net.sf.joyaop.impl that implement AspectFactory
 class DefaultAspectFactory
          The default instantiation strategy for the aspects.
 

Methods in net.sf.joyaop.impl that return AspectFactory
static AspectFactory RuntimeAspectInstance.getAspectFactory()
           
 AspectFactory AspectRuntimeImpl.getAspectFactory()
           
 

Methods in net.sf.joyaop.impl with parameters of type AspectFactory
static void RuntimeAspectInstance.setAspectFactory(AspectFactory aspectFactory)
           
 void AspectRuntimeImpl.setAspectFactory(AspectFactory aspectFactory)
           
 

Constructors in net.sf.joyaop.impl with parameters of type AspectFactory
AspectRuntimeImpl(Configuration configuration, AspectFactory aspectFactory)
           
 



Copyright © 2004 Shen Li. All Rights Reserved.