org.jboss.aop
Class ConstructionInfo

java.lang.Object
  extended by org.jboss.aop.JoinPointInfo
      extended by org.jboss.aop.ConstructionInfo

public class ConstructionInfo
extends JoinPointInfo

Comment

Version:
$Revision$
Author:
Kabir Khan

Field Summary
 
Fields inherited from class org.jboss.aop.JoinPointInfo
factories, factoryChain, interceptorChain, interceptors, joinpoint
 
Constructor Summary
ConstructionInfo()
           
ConstructionInfo(Class clazz, int index, long constructorHash, Advisor advisor)
           
 
Method Summary
 JoinPointInfo copy()
           
 Constructor getConstructor()
           
 int getIndex()
           
protected  Joinpoint internalGetJoinpoint()
           
 void setConstructor(Constructor constructor)
           
 void setIndex(int index)
           
 String toString()
           
 
Methods inherited from class org.jboss.aop.JoinPointInfo
clear, equalChains, getAdvisor, getFactories, getFactoryChain, getInterceptorChain, getInterceptors, getJoinpoint, hasAdvices, initialiseInterceptors, setAdvisor, setFactories, setFactoryChain, setInterceptorChain, setInterceptors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConstructionInfo

public ConstructionInfo()

ConstructionInfo

public ConstructionInfo(Class clazz,
                        int index,
                        long constructorHash,
                        Advisor advisor)
Method Detail

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()

setIndex

public void setIndex(int index)

getIndex

public int getIndex()


Copyright © 2004 JBoss Inc. All Rights Reserved.