Package | Description |
---|---|
org.jboss.aop | |
org.jboss.aop.advice | |
org.jboss.aop.advice.annotation | |
org.jboss.aop.instrument |
Modifier and Type | Method and Description |
---|---|
AdviceType |
GeneratedInstanceAdvisorMixin.InstanceInterceptorFactory.getType() |
Modifier and Type | Method and Description |
---|---|
InterceptorFactory |
AspectXmlLoader.deployAdvice(Element element,
AdviceType type) |
void |
AspectAnnotationLoaderStrategy.deployAspectMethodBinding(AspectAnnotationLoader loader,
AdviceType internalAdviceType,
String aspectDefName,
String methodName,
String bindingName,
String pointcutString,
String cflow,
ASTCFlowExpression cflowExpression) |
void |
AspectManagerAnnotationLoaderStrategy.deployAspectMethodBinding(AspectAnnotationLoader loader,
AdviceType internalAdviceType,
String aspectDefName,
String methodName,
String bindingName,
String pointcutString,
String cflow,
ASTCFlowExpression cflowExpression) |
void |
AspectAnnotationLoaderStrategySupport.deployAspectMethodBinding(AspectAnnotationLoader loader,
AdviceType internalAdviceType,
String aspectDefName,
String methodName,
String bindingName,
String pointcutString,
String cflow,
ASTCFlowExpression cflowExpression) |
Modifier and Type | Method and Description |
---|---|
AdviceType |
AdviceFactory.getType()
Returns the type of the advice.
|
AdviceType |
GenericInterceptorFactory.getType() |
AdviceType |
GeneratedAdvisorInterceptor.getType() |
AdviceType |
ScopedInterceptorFactory.getType() |
AdviceType |
InterceptorFactory.getType()
Returns the type of this advice.
|
static AdviceType |
AdviceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdviceType[] |
AdviceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AdviceFactory(AspectDefinition aspect,
String adviceName,
AdviceType type)
Creates a factory that generates advice interceptors.
|
NoMatchingAdviceException(AdviceMethodProperties adviceProperties,
AdviceType adviceType,
String message)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
AdviceMethodFactory.setAdviceType(AdviceType adviceType)
Sets the type of advice this factory represents.
|
Modifier and Type | Method and Description |
---|---|
AdviceType |
JoinPointGenerator.AdviceSetup.getType() |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.