org.jboss.aop
Class MethodJoinPoint

java.lang.Object
  extended byorg.jboss.aop.JoinPoint
      extended byorg.jboss.aop.MethodJoinPoint
Direct Known Subclasses:
MethodInfo

public class MethodJoinPoint
extends JoinPoint

A wrong dependency on MethodJoinPoint was introduced when EJB3 embedded alpha 2 was released, so we need this class here

Version:
$Revision$
Author:
Kabir Khan

Field Summary
 Method advisedMethod
           
 Advisor advisor
           
 long hash
           
 Method unadvisedMethod
           
 
Fields inherited from class org.jboss.aop.JoinPoint
interceptorChain, interceptors
 
Constructor Summary
MethodJoinPoint()
           
MethodJoinPoint(Class clazz, long hash, long unadvisedHash, Advisor advisor)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

advisedMethod

public Method advisedMethod

unadvisedMethod

public Method unadvisedMethod

advisor

public Advisor advisor

hash

public long hash
Constructor Detail

MethodJoinPoint

public MethodJoinPoint()

MethodJoinPoint

public MethodJoinPoint(Class clazz,
                       long hash,
                       long unadvisedHash,
                       Advisor advisor)
Method Detail

toString

public String toString()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.