org.jboss.aop
Class CallerConstructorInfo
java.lang.Object
org.jboss.aop.JoinPointInfo
org.jboss.aop.CallerConstructorInfo
- All Implemented Interfaces:
- ICallerConstructorInfo, IJoinPointInfo
- Direct Known Subclasses:
- ConByConInfo, ConByMethodInfo
public abstract class CallerConstructorInfo
- extends JoinPointInfo
- implements ICallerConstructorInfo
Comment
- Version:
- $Revision: 61148 $
- Author:
- Bill Burke
Methods inherited from class org.jboss.aop.JoinPointInfo |
clear, cloneChains, copy, equalChains, getAdvisor, getClazz, getInterceptorChain, getInterceptors, getJoinpoint, hasAdvices, internalGetJoinpoint, resolveAnnotation, resolveClassAnnotation, resolveClassMetaData, setAdvisor, 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,
Class clazz)
CallerConstructorInfo
protected CallerConstructorInfo(CallerConstructorInfo other)
getConstructor
public Constructor getConstructor()
- Description copied from interface:
ICallerConstructorInfo
- Gets the constructor being called
- Specified by:
getConstructor
in interface ICallerConstructorInfo
getCallingClass
public Class getCallingClass()
- Description copied from interface:
ICallerConstructorInfo
- Gets the class making the call
- Specified by:
getCallingClass
in interface ICallerConstructorInfo
getWrappingMethod
public Method getWrappingMethod()
getCalledConHash
public long getCalledConHash()
getCalledClass
public Class getCalledClass()
- Description copied from interface:
ICallerConstructorInfo
- Gets the class being called
- Specified by:
getCalledClass
in interface ICallerConstructorInfo
Copyright © 2004 JBoss Inc. All Rights Reserved.