org.jboss.aop
Class ConByConInfo

java.lang.Object
  extended by org.jboss.aop.JoinPointInfo
      extended by org.jboss.aop.CallerConstructorInfo
          extended by org.jboss.aop.ConByConInfo
All Implemented Interfaces:
ConstructorCall, ConstructorCallByConstructor, JoinPointBean

public class ConByConInfo
extends CallerConstructorInfo
implements ConstructorCallByConstructor

Version:
$Revision: 70817 $
Author:
Kabir Khan

Field Summary
 
Fields inherited from class org.jboss.aop.JoinPointInfo
clazz, interceptors, joinpoint
 
Constructor Summary
ConByConInfo(Advisor advisor, Class<?> calledClass, Class<?> callingClass, int callingIndex, Constructor<?> called, long calledConHash, Method wrappingMethod, Interceptor[] in)
           
 
Method Summary
 JoinPointInfo copy()
           
 Constructor<?> getCalling()
          Deprecated. 
 Constructor<?> getCallingConstructor()
          Gets the calling constructor
 int getCallingIndex()
           
protected  Joinpoint internalGetJoinpoint()
           
 String toString()
           
 
Methods inherited from class org.jboss.aop.CallerConstructorInfo
getCalledClass, getCalledConHash, getCallingClass, getConstructor, getWrappingMethod
 
Methods inherited from class org.jboss.aop.JoinPointInfo
clear, cloneChains, equalChains, getAdviceString, getAdvisor, getClazz, getInterceptorChain, getInterceptorChainReadWriteLock, getInterceptors, getJoinpoint, hasAdvices, resetChainKeepInterceptors, resetInterceptors, resolveAnnotation, resolveClassAnnotation, resolveClassMetaData, setAdvisor, setInterceptors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jboss.aop.joinpoint.ConstructorCall
getCalledClass, getCallingClass, getConstructor
 
Methods inherited from interface org.jboss.aop.joinpoint.JoinPointBean
getAdvisor, getClazz, resolveAnnotation, resolveClassAnnotation, resolveClassMetaData
 

Constructor Detail

ConByConInfo

public ConByConInfo(Advisor advisor,
                    Class<?> calledClass,
                    Class<?> callingClass,
                    int callingIndex,
                    Constructor<?> called,
                    long calledConHash,
                    Method wrappingMethod,
                    Interceptor[] in)
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

getCallingIndex

public int getCallingIndex()

getCalling

@Deprecated
public Constructor<?> getCalling()
Deprecated. 


getCallingConstructor

public Constructor<?> getCallingConstructor()
Description copied from interface: ConstructorCallByConstructor
Gets the calling constructor

Specified by:
getCallingConstructor in interface ConstructorCallByConstructor


Copyright © 2008 JBoss, a division of Red Hat, Inc.. All Rights Reserved.