org.jboss.aop
Class CallerConstructorInfo
java.lang.Object
org.jboss.aop.JoinPointInfo
org.jboss.aop.CallerConstructorInfo
- Direct Known Subclasses:
- ConByConInfo, ConByMethodInfo
public abstract class CallerConstructorInfo
- extends JoinPointInfo
Comment
- Version:
- $Revision: 44253 $
- Author:
- Bill Burke
Methods inherited from class org.jboss.aop.JoinPointInfo |
clear, copy, equalChains, getAdvisor, getFactories, getFactoryChain, getInterceptorChain, getInterceptors, getJoinpoint, hasAdvices, initialiseInterceptors, internalGetJoinpoint, setAdvisor, setFactories, setFactoryChain, setInterceptorChain, setInterceptors |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CallerConstructorInfo
public CallerConstructorInfo(Advisor advisor,
Class calledClass,
Constructor called,
long calledConHash,
Method wrappingMethod,
Interceptor[] in)
CallerConstructorInfo
protected CallerConstructorInfo(CallerConstructorInfo other)
getConstructor
public Constructor getConstructor()
getCallingClass
public Class getCallingClass()
getWrappingMethod
public Method getWrappingMethod()
getCalledConHash
public long getCalledConHash()
getCalledClass
public Class getCalledClass()
Copyright © 2004 JBoss Inc. All Rights Reserved.