|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CallerConstructorInfo | |
---|---|
org.jboss.aop | |
org.jboss.aop.joinpoint |
Uses of CallerConstructorInfo in org.jboss.aop |
---|
Methods in org.jboss.aop that return CallerConstructorInfo | |
---|---|
protected CallerConstructorInfo |
ClassAdvisor.initializeConCalledByConInterceptorsMap(int callingIndex,
String calledClass,
long calledConHash,
Constructor calledCon)
|
protected CallerConstructorInfo |
ClassAdvisor.initializeConCalledByMethodInterceptorsMap(long callingMethodHash,
String calledClass,
long calledConHash,
Constructor calledCon)
|
CallerConstructorInfo |
ClassAdvisor.resolveCallerConstructorInfo(long callingMethodHash,
String calledClass,
long calledConHash)
|
CallerConstructorInfo |
ClassAdvisor.resolveConstructorCallerConstructorInfo(int callingIndex,
String calledClass,
long calledConHash)
|
Methods in org.jboss.aop with parameters of type CallerConstructorInfo | |
---|---|
Object |
ClassAdvisor.invokeConCalledByCon(int callingIndex,
Object[] args,
CallerConstructorInfo info)
|
Object |
ClassAdvisor.invokeConCalledByMethod(long callingMethodHash,
Object[] args,
CallerConstructorInfo info,
Object callingObject)
|
Uses of CallerConstructorInfo in org.jboss.aop.joinpoint |
---|
Fields in org.jboss.aop.joinpoint declared as CallerConstructorInfo | |
---|---|
protected CallerConstructorInfo |
ConstructorCalledByConstructorInvocation.info
|
protected CallerConstructorInfo |
ConstructorCalledByMethodInvocation.info
|
Constructors in org.jboss.aop.joinpoint with parameters of type CallerConstructorInfo | |
---|---|
ConstructorCalledByConstructorInvocation(Constructor calling,
CallerConstructorInfo info,
Object[] args)
|
|
ConstructorCalledByMethodInvocation(Interceptor[] interceptors,
CallerConstructorInfo info,
long callingHash,
Class callingClass,
Object[] args,
Object callingObject)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |