org.jboss.aop
Class ConByMethodJoinPoint

java.lang.Object
  extended byorg.jboss.aop.JoinPoint
      extended byorg.jboss.aop.CallerConstructorJoinPoint
          extended byorg.jboss.aop.ConByMethodJoinPoint

public class ConByMethodJoinPoint
extends CallerConstructorJoinPoint

Version:
$Revision$
Author:
Kabir Khan

Field Summary
 
Fields inherited from class org.jboss.aop.JoinPoint
factories, factoryChain, interceptorChain, interceptors, joinpoint
 
Constructor Summary
  ConByMethodJoinPoint(Advisor advisor, Class calledClass, long callingMethodHash, Constructor c, long calledConHash, Method wrappingMethod, Interceptor[] in)
          Create a new ConByMethodJoinPont.
protected ConByMethodJoinPoint(ConByMethodJoinPoint other)
           
 
Method Summary
 JoinPoint copy()
           
 Method getCallingMethod()
           
 long getCallingMethodHash()
           
protected  Joinpoint internalGetJoinpoint()
           
 String toString()
           
 
Methods inherited from class org.jboss.aop.CallerConstructorJoinPoint
getCalledClass, getCalledConHash, getCallingClass, getConstructor, getWrappingMethod
 
Methods inherited from class org.jboss.aop.JoinPoint
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

ConByMethodJoinPoint

public ConByMethodJoinPoint(Advisor advisor,
                            Class calledClass,
                            long callingMethodHash,
                            Constructor c,
                            long calledConHash,
                            Method wrappingMethod,
                            Interceptor[] in)
Create a new ConByMethodJoinPont.

Parameters:
c -
in -

ConByMethodJoinPoint

protected ConByMethodJoinPoint(ConByMethodJoinPoint other)
Method Detail

internalGetJoinpoint

protected Joinpoint internalGetJoinpoint()
Specified by:
internalGetJoinpoint in class JoinPoint

copy

public JoinPoint copy()
Specified by:
copy in class JoinPoint

toString

public String toString()

getCallingMethodHash

public long getCallingMethodHash()

getCallingMethod

public Method getCallingMethod()


Copyright © 2004 JBoss Inc. All Rights Reserved.