public abstract class CallerMethodInfo extends JoinPointInfo implements MethodCall
clazz, interceptors, joinpoint
Modifier | Constructor and Description |
---|---|
|
CallerMethodInfo(Advisor advisor,
Class<?> calledClass,
Method m,
long calledMethodHash,
Interceptor[] in,
Class<?> clazz) |
protected |
CallerMethodInfo(CallerMethodInfo other) |
Modifier and Type | Method and Description |
---|---|
Class<?> |
getCalledClass()
Gets the class containing the method being called
|
long |
getCalledMethodHash()
Gets the method hash of the method being called
|
Class<?> |
getCallingClass()
Gets the class containing the method/constructor making the call
|
Method |
getMethod()
Gets the method being called
|
clear, cloneChains, copy, equalChains, getAdviceString, getAdvisor, getClazz, getInterceptorChain, getInterceptorChainReadWriteLock, getInterceptors, getJoinpoint, hasAdvices, internalGetJoinpoint, resetChainKeepInterceptors, resetInterceptors, resolveAnnotation, resolveClassAnnotation, resolveClassMetaData, setAdvisor, setInterceptors
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAdvisor, getClazz, resolveAnnotation, resolveClassAnnotation, resolveClassMetaData
public CallerMethodInfo(Advisor advisor, Class<?> calledClass, Method m, long calledMethodHash, Interceptor[] in, Class<?> clazz)
protected CallerMethodInfo(CallerMethodInfo other)
public Class<?> getCallingClass()
MethodCall
getCallingClass
in interface MethodCall
public Class<?> getCalledClass()
MethodCall
getCalledClass
in interface MethodCall
public Method getMethod()
MethodCall
getMethod
in interface MethodCall
public long getCalledMethodHash()
MethodCall
getCalledMethodHash
in interface MethodCall
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.