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, setInterceptorsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAdvisor, getClazz, resolveAnnotation, resolveClassAnnotation, resolveClassMetaDatapublic CallerConstructorInfo(Advisor advisor, Class<?> calledClass, Constructor<?> called, long calledConHash, Method wrappingMethod, Interceptor[] in, Class<?> clazz)
protected CallerConstructorInfo(CallerConstructorInfo other)
public Constructor<?> getConstructor()
ConstructorCallgetConstructor in interface ConstructorCallpublic Class<?> getCallingClass()
ConstructorCallgetCallingClass in interface ConstructorCallpublic Method getWrappingMethod()
public long getCalledConHash()
public Class<?> getCalledClass()
ConstructorCallgetCalledClass in interface ConstructorCallCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.