org.jboss.aop
Class CallerMethodInfo
java.lang.Object
org.jboss.aop.JoinPointInfo
org.jboss.aop.CallerMethodInfo
- All Implemented Interfaces:
- ICallerMethodInfo, IJoinPointInfo
- Direct Known Subclasses:
- MethodByConInfo, MethodByMethodInfo
public abstract class CallerMethodInfo
- extends JoinPointInfo
- implements ICallerMethodInfo
Comment
- Version:
- $Revision: 61148 $
- Author:
- Bill Burke
Methods inherited from class org.jboss.aop.JoinPointInfo |
clear, cloneChains, copy, equalChains, getAdvisor, getClazz, getInterceptorChain, getInterceptors, getJoinpoint, hasAdvices, internalGetJoinpoint, resolveAnnotation, resolveClassAnnotation, resolveClassMetaData, setAdvisor, 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,
Class clazz)
CallerMethodInfo
protected CallerMethodInfo(CallerMethodInfo other)
getCallingClass
public Class getCallingClass()
- Description copied from interface:
ICallerMethodInfo
- Gets the class containing the method/constructor making the call
- Specified by:
getCallingClass
in interface ICallerMethodInfo
getCalledClass
public Class getCalledClass()
- Description copied from interface:
ICallerMethodInfo
- Gets the class containing the method being called
- Specified by:
getCalledClass
in interface ICallerMethodInfo
getMethod
public Method getMethod()
- Description copied from interface:
ICallerMethodInfo
- Gets the method being called
- Specified by:
getMethod
in interface ICallerMethodInfo
getCalledMethodHash
public long getCalledMethodHash()
- Description copied from interface:
ICallerMethodInfo
- Gets the method hash of the method being called
- Specified by:
getCalledMethodHash
in interface ICallerMethodInfo
Copyright © 2004 JBoss Inc. All Rights Reserved.