|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AspectFactory | |
---|---|
org.jboss.aop.advice | |
org.jboss.aspects.concurrent | |
org.jboss.aspects.logging |
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
Aspect's factory, responsible for creating the aspect instances. |
Methods in org.jboss.aop.advice that return AspectFactory | |
---|---|
AspectFactory |
AspectDefinition.getFactory()
Returns the factory of this aspect definition, responsible for providing the instances at runtime. |
AspectFactory |
AspectFactoryDelegator.getFactory()
|
Methods in org.jboss.aop.advice with parameters of type AspectFactory | |
---|---|
void |
AspectDefinition.setFactory(AspectFactory factory)
Sets the factory of this aspect definition, responsible for providing the instances at runtime. |
Constructors in org.jboss.aop.advice with parameters of type AspectFactory | |
---|---|
AspectDefinition(String name,
Scope scope,
AspectFactory factory)
Creates an aspect definition. |
Uses of AspectFactory in org.jboss.aspects.concurrent |
---|
Classes in org.jboss.aspects.concurrent that implement AspectFactory | |
---|---|
class |
MutexAspectFactory
comment |
Uses of AspectFactory in org.jboss.aspects.logging |
---|
Classes in org.jboss.aspects.logging that implement AspectFactory | |
---|---|
class |
CallLoggingInterceptorFactory
This interceptor handles call logging. |
class |
InvocationLogInterceptorFactory
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |