org.jboss.aop
Class MethodByConInfo

java.lang.Object
  extended byorg.jboss.aop.JoinPointInfo
      extended byorg.jboss.aop.CallerMethodInfo
          extended byorg.jboss.aop.MethodByConInfo

public class MethodByConInfo
extends CallerMethodInfo

Version:
$Revision: 1.1 $
Author:
Kabir Khan

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

MethodByConInfo

public MethodByConInfo(Advisor advisor,
                       Class calledClass,
                       int callingIndex,
                       Method m,
                       long calledMethodHash,
                       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()

getCallingIndex

public int getCallingIndex()

getCalling

public Constructor getCalling()


Copyright © 2004 JBoss Inc. All Rights Reserved.