org.jboss.aop
Class MethodByMethodJoinPoint
java.lang.Object
org.jboss.aop.JoinPoint
org.jboss.aop.CallerMethodJoinPoint
org.jboss.aop.MethodByMethodJoinPoint
- public class MethodByMethodJoinPoint
- extends CallerMethodJoinPoint
- Version:
- $Revision$
- Author:
- Kabir Khan
| Methods inherited from class org.jboss.aop.JoinPoint |
clear, equalChains, getAdvisor, getFactories, getFactoryChain, getInterceptorChain, getInterceptors, getJoinpoint, hasAdvices, initialiseInterceptors, setAdvisor, setFactories, setFactoryChain, setInterceptorChain, setInterceptors |
MethodByMethodJoinPoint
public MethodByMethodJoinPoint(Advisor advisor,
Class calledClass,
Method m,
long callingMethodHash,
long calledMethodHash,
Interceptor[] in)
internalGetJoinpoint
protected Joinpoint internalGetJoinpoint()
- Specified by:
internalGetJoinpoint in class JoinPoint
copy
public JoinPoint copy()
- Specified by:
copy in class JoinPoint
toString
public String toString()
getCallingMethodHash
public long getCallingMethodHash()
getCallingMethod
public Method getCallingMethod()
Copyright © 2004 JBoss Inc. All Rights Reserved.