org.jboss.aop
Class ConstructorJoinPoint
java.lang.Object
org.jboss.aop.JoinPoint
org.jboss.aop.ConstructorJoinPoint
- public class ConstructorJoinPoint
- extends JoinPoint
Comment
- Version:
- $Revision$
- Author:
- Kabir Khan
| Methods inherited from class org.jboss.aop.JoinPoint |
clear, equalChains, getAdvisor, getFactories, getFactoryChain, getInterceptorChain, getInterceptors, getJoinpoint, hasAdvices, initialiseInterceptors, setAdvisor, setFactories, setFactoryChain, setInterceptorChain, setInterceptors |
ConstructorJoinPoint
public ConstructorJoinPoint()
ConstructorJoinPoint
public ConstructorJoinPoint(Class clazz,
int index,
long wrapperHash,
long constructorHash,
Advisor advisor)
internalGetJoinpoint
protected Joinpoint internalGetJoinpoint()
- Specified by:
internalGetJoinpoint in class JoinPoint
copy
public JoinPoint copy()
- Specified by:
copy in class JoinPoint
toString
public String toString()
setWrapper
public void setWrapper(Method wrapper)
getWrapper
public Method getWrapper()
setConstructor
public void setConstructor(Constructor constructor)
getConstructor
public Constructor getConstructor()
setIndex
public void setIndex(int index)
getIndex
public int getIndex()
Copyright © 2004 JBoss Inc. All Rights Reserved.