org.jboss.aop
Class MethodJoinPoint
java.lang.Object
org.jboss.aop.JoinPoint
org.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
advisedMethod
public Method advisedMethod
unadvisedMethod
public Method unadvisedMethod
advisor
public Advisor advisor
hash
public long hash
MethodJoinPoint
public MethodJoinPoint()
MethodJoinPoint
public MethodJoinPoint(Class clazz,
long hash,
long unadvisedHash,
Advisor advisor)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.