| Package | Description |
|---|---|
| org.jboss.aop | |
| org.jboss.aop.advice |
| Modifier and Type | Method and Description |
|---|---|
void |
AspectAnnotationLoaderStrategy.deployAspect(AspectAnnotationLoader loader,
boolean isFactory,
String name,
Scope scope) |
void |
AspectManagerAnnotationLoaderStrategy.deployAspect(AspectAnnotationLoader loader,
boolean isFactory,
String name,
Scope scope) |
void |
AspectAnnotationLoaderStrategySupport.deployAspect(AspectAnnotationLoader loader,
boolean isFactory,
String name,
Scope scope) |
void |
AspectAnnotationLoaderStrategy.deployInterceptor(AspectAnnotationLoader loader,
boolean isFactory,
String name,
Scope scope) |
void |
AspectManagerAnnotationLoaderStrategy.deployInterceptor(AspectAnnotationLoader loader,
boolean isFactory,
String name,
Scope scope) |
void |
AspectAnnotationLoaderStrategySupport.deployInterceptor(AspectAnnotationLoader loader,
boolean isFactory,
String name,
Scope scope) |
| Modifier and Type | Field and Description |
|---|---|
protected Scope |
AspectDefinition.scope
Scope of the aspect, defines how many times it must be created during
execution.
|
| Modifier and Type | Method and Description |
|---|---|
Scope |
GeneratedAdvisorInterceptor.getScope() |
Scope |
AspectDefinition.getScope()
Returns the scope of this aspect definition.
|
static Scope |
ScopeUtil.parse(String s) |
static Scope |
Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scope[] |
Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AspectDefinition.setScope(Scope scope)
Sets the scope of this aspect definition.
|
| 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.