org.jboss.aop
Class ConstructorInfo
java.lang.Object
org.jboss.aop.JoinPointInfo
org.jboss.aop.ConstructorInfo
- All Implemented Interfaces:
- IConstructorInfo, IJoinPointInfo
public class ConstructorInfo
- extends JoinPointInfo
- implements IConstructorInfo
Comment
- Version:
- $Revision$
- Author:
- Kabir Khan
Methods inherited from class org.jboss.aop.JoinPointInfo |
clear, cloneChains, equalChains, getAdvisor, getClazz, getInterceptorChain, getInterceptors, getJoinpoint, hasAdvices, resolveClassAnnotation, resolveClassMetaData, setAdvisor, setInterceptorChain, setInterceptors |
ConstructorInfo
public ConstructorInfo()
ConstructorInfo
public ConstructorInfo(Class clazz,
int index,
long wrapperHash,
long constructorHash,
Advisor advisor)
internalGetJoinpoint
protected Joinpoint internalGetJoinpoint()
- Specified by:
internalGetJoinpoint
in class JoinPointInfo
copy
public JoinPointInfo copy()
- Specified by:
copy
in class JoinPointInfo
toString
public String toString()
- Overrides:
toString
in class Object
setWrapper
public void setWrapper(Method wrapper)
getWrapper
public Method getWrapper()
setConstructor
public void setConstructor(Constructor constructor)
getConstructor
public Constructor getConstructor()
- Description copied from interface:
IConstructorInfo
- Gets the constructor being called
- Specified by:
getConstructor
in interface IConstructorInfo
setIndex
public void setIndex(int index)
getIndex
public int getIndex()
resolveAnnotation
public Object resolveAnnotation(Class annotation)
- Description copied from interface:
IJoinPointInfo
- Resolves annotations on the particular joinpoint (field, constructor, method etc.)
- Specified by:
resolveAnnotation
in interface IJoinPointInfo
- Overrides:
resolveAnnotation
in class JoinPointInfo
Copyright © 2004 JBoss Inc. All Rights Reserved.