Uses of Interface
org.jboss.aop.advice.AspectFactory

Packages that use AspectFactory
org.jboss.aop.advice   
 

Uses of AspectFactory in org.jboss.aop.advice
 

Classes in org.jboss.aop.advice that implement AspectFactory
 class AspectFactoryDelegator
          Lazy loading of AspectFactory
 class AspectFactoryWithClassLoaderSupport
          Helper class to be able to set the classloader needed for loading up the aspects in the aspectfactories
 class GenericAspectFactory
           
 

Fields in org.jboss.aop.advice declared as AspectFactory
protected  AspectFactory AspectDefinition.factory
           
 

Methods in org.jboss.aop.advice that return AspectFactory
 AspectFactory AspectFactoryDelegator.getFactory()
           
 AspectFactory AspectDefinition.getFactory()
           
 

Methods in org.jboss.aop.advice with parameters of type AspectFactory
 void AspectDefinition.setFactory(AspectFactory factory)
           
 

Constructors in org.jboss.aop.advice with parameters of type AspectFactory
AspectDefinition(String name, Scope scope, AspectFactory factory)
           
 



Copyright © 2004 JBoss Inc. All Rights Reserved.