org.jboss.aop.joinpoint
Class MethodCalledByMethodJoinpoint

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

public class MethodCalledByMethodJoinpoint
extends Object
implements Joinpoint

Comment

Version:
$Revision: 1.3 $
Author:
Bill Burke

Constructor Summary
MethodCalledByMethodJoinpoint(Method calling, Method called)
           
 
Method Summary
 boolean equals(Object o)
           
 Method getCalled()
           
 Method getCalling()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodCalledByMethodJoinpoint

public MethodCalledByMethodJoinpoint(Method calling,
                                     Method called)
Method Detail

equals

public boolean equals(Object o)

hashCode

public int hashCode()

getCalling

public Method getCalling()

getCalled

public Method getCalled()


Copyright © 2004 JBoss Inc. All Rights Reserved.