org.jboss.aop.joinpoint
Class MethodJoinpoint

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

public class MethodJoinpoint
extends Object
implements Joinpoint

Comment

Version:
$Revision: 1.2 $
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)

hashCode

public int hashCode()

getMethod

public Method getMethod()


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