org.jboss.aop
Class CallerMethodJoinPoint

java.lang.Object
  extended byorg.jboss.aop.JoinPoint
      extended byorg.jboss.aop.CallerMethodJoinPoint
Direct Known Subclasses:
MethodByConJoinPoint, MethodByMethodJoinPoint

public abstract class CallerMethodJoinPoint
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
  CallerMethodJoinPoint(Advisor advisor, Class calledClass, Method m, long calledMethodHash, Interceptor[] in)
           
protected CallerMethodJoinPoint(CallerMethodJoinPoint other)
           
 
Method Summary
 Class getCalledClass()
           
 long getCalledMethodHash()
           
 Class getCallingClass()
           
 Method getMethod()
           
 
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

CallerMethodJoinPoint

public CallerMethodJoinPoint(Advisor advisor,
                             Class calledClass,
                             Method m,
                             long calledMethodHash,
                             Interceptor[] in)

CallerMethodJoinPoint

protected CallerMethodJoinPoint(CallerMethodJoinPoint other)
Method Detail

getCallingClass

public Class getCallingClass()

getCalledClass

public Class getCalledClass()

getMethod

public Method getMethod()

getCalledMethodHash

public long getCalledMethodHash()


Copyright © 2004 JBoss Inc. All Rights Reserved.