org.jboss.aop
Class ConstructionInfo
java.lang.Object
org.jboss.aop.JoinPointInfo
org.jboss.aop.ConstructionInfo
- All Implemented Interfaces:
- Construction, JoinPointBean
public class ConstructionInfo
- extends JoinPointInfo
- implements Construction
Comment
- Version:
- $Revision$
- Author:
- Kabir Khan
Methods inherited from class org.jboss.aop.JoinPointInfo |
clear, cloneChains, equalChains, getAdviceString, getAdvisor, getClazz, getInterceptorChain, getInterceptorChainReadWriteLock, getInterceptors, getJoinpoint, hasAdvices, resetChainKeepInterceptors, resetInterceptors, resolveClassAnnotation, resolveClassMetaData, setAdvisor, setInterceptors |
ConstructionInfo
public ConstructionInfo()
ConstructionInfo
public ConstructionInfo(Class<?> clazz,
int index,
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
setConstructor
public void setConstructor(Constructor<?> constructor)
getConstructor
public Constructor<?> getConstructor()
- Description copied from interface:
Construction
- Gets the constructor being called
- Specified by:
getConstructor
in interface Construction
setIndex
public void setIndex(int index)
getIndex
public int getIndex()
resolveAnnotation
public <T extends Annotation> T resolveAnnotation(Class<T> annotation)
- Description copied from interface:
JoinPointBean
- Resolves annotations on the particular joinpoint (field, constructor, method etc.)
- Specified by:
resolveAnnotation
in interface JoinPointBean
- Overrides:
resolveAnnotation
in class JoinPointInfo
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.