|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use MethodJoinPoint | |
| org.jboss.aop | |
| org.jboss.aop.instrument | |
| org.jboss.aop.joinpoint | |
| org.jboss.aop.proxy | |
| org.jboss.aop.proxy.container | |
| Uses of MethodJoinPoint in org.jboss.aop |
| Subclasses of MethodJoinPoint in org.jboss.aop | |
class |
MethodInfo
Deprecated. Use org.jboss.aop.MethodJoinPoint instead |
| Methods in org.jboss.aop that return MethodJoinPoint | |
protected MethodJoinPoint |
ClassContainer.createMethodJoinPoint()
|
MethodJoinPoint |
Advisor.getMethodInfo(long hash)
|
| Methods in org.jboss.aop with parameters of type MethodJoinPoint | |
protected void |
GeneratedClassAdvisor.addMethodInfo(MethodJoinPoint mi)
|
protected MethodJoinPointGenerator |
GeneratedClassAdvisor.getJoinPointGenerator(MethodJoinPoint info)
|
Object |
ClassAdvisor.invokeMethod(InstanceAdvisor instanceAdvisor,
Object target,
long methodHash,
Object[] arguments,
MethodJoinPoint info)
|
| Uses of MethodJoinPoint in org.jboss.aop.instrument |
| Constructors in org.jboss.aop.instrument with parameters of type MethodJoinPoint | |
MethodJoinPointGenerator(GeneratedClassAdvisor advisor,
MethodJoinPoint info)
|
|
| Uses of MethodJoinPoint in org.jboss.aop.joinpoint |
| Constructors in org.jboss.aop.joinpoint with parameters of type MethodJoinPoint | |
MethodInvocation(MethodJoinPoint info,
Interceptor[] interceptors)
|
|
| Uses of MethodJoinPoint in org.jboss.aop.proxy |
| Constructors in org.jboss.aop.proxy with parameters of type MethodJoinPoint | |
ProxyMethodInvocation(MethodMapped mapped,
MethodJoinPoint info,
Interceptor[] interceptors)
|
|
| Uses of MethodJoinPoint in org.jboss.aop.proxy.container |
| Methods in org.jboss.aop.proxy.container that return MethodJoinPoint | |
MethodJoinPoint |
InstanceProxyContainer.getMethodInfo(long hash)
If the target instance is advised, make sure that we set the unadvised method to the one stored by the class advisor so that we don't get double invocations. |
| Constructors in org.jboss.aop.proxy.container with parameters of type MethodJoinPoint | |
ContainerProxyMethodInvocation(MethodJoinPoint info,
Interceptor[] interceptors,
AspectManaged proxy)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||