org.jboss.aop
Class CallerConstructorJoinPoint

java.lang.Object
  extended byorg.jboss.aop.JoinPoint
      extended byorg.jboss.aop.CallerConstructorJoinPoint
Direct Known Subclasses:
ConByConJoinPoint, ConByMethodJoinPoint

public abstract class CallerConstructorJoinPoint
extends JoinPoint

Comment

Version:
$Revision$
Author:
Bill Burke

Field Summary
 
Fields inherited from class org.jboss.aop.JoinPoint
factories, factoryChain, interceptorChain, interceptors, joinpoint
 
Constructor Summary
  CallerConstructorJoinPoint(Advisor advisor, Class calledClass, Constructor called, long calledConHash, Method wrappingMethod, Interceptor[] in)
           
protected CallerConstructorJoinPoint(CallerConstructorJoinPoint other)
           
 
Method Summary
 Class getCalledClass()
           
 long getCalledConHash()
           
 Class getCallingClass()
           
 Constructor getConstructor()
           
 Method getWrappingMethod()
           
 
Methods inherited from class org.jboss.aop.JoinPoint
clear, copy, equalChains, getAdvisor, getFactories, getFactoryChain, getInterceptorChain, getInterceptors, getJoinpoint, hasAdvices, initialiseInterceptors, internalGetJoinpoint, setAdvisor, setFactories, setFactoryChain, setInterceptorChain, setInterceptors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallerConstructorJoinPoint

public CallerConstructorJoinPoint(Advisor advisor,
                                  Class calledClass,
                                  Constructor called,
                                  long calledConHash,
                                  Method wrappingMethod,
                                  Interceptor[] in)

CallerConstructorJoinPoint

protected CallerConstructorJoinPoint(CallerConstructorJoinPoint other)
Method Detail

getConstructor

public Constructor getConstructor()

getCallingClass

public Class getCallingClass()

getWrappingMethod

public Method getWrappingMethod()

getCalledConHash

public long getCalledConHash()

getCalledClass

public Class getCalledClass()


Copyright © 2004 JBoss Inc. All Rights Reserved.