Package | Description |
---|---|
org.jboss.aop.advice |
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Field and Description |
---|---|
protected AspectFactory |
AspectDefinition.factory
Aspect's factory, responsible for creating the aspect instances.
|
Modifier and Type | Method and Description |
---|---|
AspectFactory |
AspectFactoryDelegator.getFactory() |
AspectFactory |
AspectDefinition.getFactory()
Returns the factory of this aspect definition, responsible for providing
the instances at runtime.
|
Modifier and Type | Method and Description |
---|---|
void |
AspectDefinition.setFactory(AspectFactory factory)
Sets the factory of this aspect definition, responsible for providing the
instances at runtime.
|
Constructor and Description |
---|
AspectDefinition(String name,
Scope scope,
AspectFactory factory)
Creates an aspect definition.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.