Package | Description |
---|---|
org.jboss.aop | |
org.jboss.aop.advice | |
org.jboss.aop.instrument | |
org.jboss.aop.joinpoint |
Modifier and Type | Class and Description |
---|---|
class |
CallerConstructorInfo
Comment
|
class |
CallerMethodInfo
Comment
|
class |
ConByConInfo |
class |
ConByMethodInfo |
class |
ConstructionInfo
Comment
|
class |
ConstructorInfo
Comment
|
class |
FieldInfo
Comment
|
class |
JoinPointInfo |
class |
MethodByConInfo |
class |
MethodByMethodInfo |
class |
MethodInfo
This class is here to eliminate a hash lookup in invokeMethod
|
Modifier and Type | Method and Description |
---|---|
JoinPointBean |
AdviceMethodProperties.getJoinPoint() |
Constructor and Description |
---|
AdviceMethodProperties(JoinPointBean joinPoint,
Class<?> aspectClass,
String adviceName,
Class<?> thrownType,
Class<?> joinPointBeanType,
Class<?> invocationType,
Type joinpointReturnType,
Type[] joinpointParameters,
Class<?>[] joinpointParameterClassTypes,
Type[] joinpointExceptions,
Type target,
boolean targetAvailable) |
AdviceMethodProperties(JoinPointBean joinPoint,
Class<?> aspectClass,
String adviceName,
Class<?> thrownType,
Class<?> joinPointBeanType,
Class<?> invocationType,
Type joinpointReturnType,
Type[] joinpointParameters,
Class<?>[] joinpointParameterClassTypes,
Type[] joinpointExceptions,
Type target,
boolean targetAvailable,
Type caller,
boolean callerAvailable) |
AdviceMethodProperties(JoinPointBean joinPoint,
Class<?> aspectClass,
String adviceName,
Class<?> joinPointBeanType,
Class<?> invocationType,
Type joinpointReturnType,
Type[] joinpointParameters,
Class<?>[] joinpointParameterClassTypes,
Type[] joinpointExceptions,
Type target,
boolean targetAvailable) |
AdviceMethodProperties(JoinPointBean joinPoint,
Class<?> aspectClass,
String adviceName,
Class<?> joinPointBeanType,
Class<?> invocationType,
Type joinpointReturnType,
Type[] joinpointParameters,
Class<?>[] joinpointParameterClassTypes,
Type[] joinpointExceptions,
Type target,
boolean targetAvailable,
Type caller,
boolean callerAvailable) |
Modifier and Type | Interface and Description |
---|---|
interface |
Construction
Represents a call made on a constructor woven with the
construction syntax
|
interface |
ConstructorCall
Represents calls made to a constructor by either a method or a constructor
|
interface |
ConstructorCallByConstructor
Represents a call to a constructor made by a constructor
|
interface |
ConstructorCallByMethod
Represents a call to a constructor made by a method
|
interface |
ConstructorExecution
Represents a contructor call with an execution
pointcut
|
interface |
FieldAccess
Represents a field read or write
|
interface |
MethodCall
Represents calls made to a method by either a method or a constructor
|
interface |
MethodCallByConstructor
Represents a method being called by a constructor
|
interface |
MethodCallByMethod
Represents a method being called by a method
|
interface |
MethodExecution
Represents a method call with an execution
pointcut
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.