org.jboss.aop.joinpoint
Class MethodJoinpoint

java.lang.Object
  extended by org.jboss.aop.joinpoint.MethodJoinpoint
All Implemented Interfaces:
Joinpoint

public class MethodJoinpoint
extends Object
implements Joinpoint

Comment

Version:
$Revision: 37406 $
Author:
Bill Burke

Constructor Summary
MethodJoinpoint(Method method)
           
 
Method Summary
 boolean equals(Object o)
           
 Method getMethod()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodJoinpoint

public MethodJoinpoint(Method method)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getMethod

public Method getMethod()


Copyright © 2004 JBoss Inc. All Rights Reserved.