|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JoinPointBean | |
|---|---|
| org.jboss.aop | |
| org.jboss.aop.advice | |
| org.jboss.aop.instrument | |
| org.jboss.aop.joinpoint | |
| Uses of JoinPointBean in org.jboss.aop |
|---|
| Classes in org.jboss.aop that implement JoinPointBean | |
|---|---|
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 |
| Uses of JoinPointBean in org.jboss.aop.advice |
|---|
| Methods in org.jboss.aop.advice that return JoinPointBean | |
|---|---|
JoinPointBean |
AdviceMethodProperties.getJoinPoint()
|
| Constructors in org.jboss.aop.advice with parameters of type JoinPointBean | |
|---|---|
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)
|
|
| Uses of JoinPointBean in org.jboss.aop.instrument |
|---|
| Uses of JoinPointBean in org.jboss.aop.joinpoint |
|---|
| Subinterfaces of JoinPointBean in org.jboss.aop.joinpoint | |
|---|---|
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||