org.jboss.aop
Class CallerMethodInfo
java.lang.Object
org.jboss.aop.JoinPointInfo
org.jboss.aop.CallerMethodInfo
- Direct Known Subclasses:
- MethodByConInfo, MethodByMethodInfo
public abstract class CallerMethodInfo
- extends JoinPointInfo
Comment
- Version:
- $Revision: 44253 $
- Author:
- Bill Burke
Methods inherited from class org.jboss.aop.JoinPointInfo |
clear, copy, equalChains, getAdvisor, getFactories, getFactoryChain, getInterceptorChain, getInterceptors, getJoinpoint, hasAdvices, initialiseInterceptors, internalGetJoinpoint, setAdvisor, setFactories, setFactoryChain, setInterceptorChain, setInterceptors |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CallerMethodInfo
public CallerMethodInfo(Advisor advisor,
Class calledClass,
Method m,
long calledMethodHash,
Interceptor[] in)
CallerMethodInfo
protected CallerMethodInfo(CallerMethodInfo other)
getCallingClass
public Class getCallingClass()
getCalledClass
public Class getCalledClass()
getMethod
public Method getMethod()
getCalledMethodHash
public long getCalledMethodHash()
Copyright © 2004 JBoss Inc. All Rights Reserved.