org.jboss.aop
Class MethodByConJoinPoint

java.lang.Object
  extended byorg.jboss.aop.JoinPoint
      extended byorg.jboss.aop.CallerMethodJoinPoint
          extended byorg.jboss.aop.MethodByConJoinPoint

public class MethodByConJoinPoint
extends CallerMethodJoinPoint

Version:
$Revision$
Author:
Kabir Khan

Field Summary
 
Fields inherited from class org.jboss.aop.JoinPoint
factories, factoryChain, interceptorChain, interceptors, joinpoint
 
Constructor Summary
MethodByConJoinPoint(Advisor advisor, Class calledClass, int callingIndex, Method m, long calledMethodHash, Interceptor[] in)
           
 
Method Summary
 JoinPoint copy()
           
 Constructor getCalling()
           
 int getCallingIndex()
           
protected  Joinpoint internalGetJoinpoint()
           
 String toString()
           
 
Methods inherited from class org.jboss.aop.CallerMethodJoinPoint
getCalledClass, getCalledMethodHash, getCallingClass, getMethod
 
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

MethodByConJoinPoint

public MethodByConJoinPoint(Advisor advisor,
                            Class calledClass,
                            int callingIndex,
                            Method m,
                            long calledMethodHash,
                            Interceptor[] in)
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()

getCallingIndex

public int getCallingIndex()

getCalling

public Constructor getCalling()


Copyright © 2004 JBoss Inc. All Rights Reserved.