public abstract class CallerConstructorInfo extends JoinPointInfo implements ConstructorCall
clazz, interceptors, joinpoint
Modifier | Constructor and Description |
---|---|
|
CallerConstructorInfo(Advisor advisor,
Class<?> calledClass,
Constructor<?> called,
long calledConHash,
Method wrappingMethod,
Interceptor[] in,
Class<?> clazz) |
protected |
CallerConstructorInfo(CallerConstructorInfo other) |
Modifier and Type | Method and Description |
---|---|
Class<?> |
getCalledClass()
Gets the class being called
|
long |
getCalledConHash() |
Class<?> |
getCallingClass()
Gets the class making the call
|
Constructor<?> |
getConstructor()
Gets the constructor being called
|
Method |
getWrappingMethod() |
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 CallerConstructorInfo(Advisor advisor, Class<?> calledClass, Constructor<?> called, long calledConHash, Method wrappingMethod, Interceptor[] in, Class<?> clazz)
protected CallerConstructorInfo(CallerConstructorInfo other)
public Constructor<?> getConstructor()
ConstructorCall
getConstructor
in interface ConstructorCall
public Class<?> getCallingClass()
ConstructorCall
getCallingClass
in interface ConstructorCall
public Method getWrappingMethod()
public long getCalledConHash()
public Class<?> getCalledClass()
ConstructorCall
getCalledClass
in interface ConstructorCall
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.