org.jboss.aop.joinpoint
Class MethodCalledByConstructorJoinpoint

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

public class MethodCalledByConstructorJoinpoint
extends Object
implements Joinpoint

Comment

Version:
$Revision: 1.2 $
Author:
Bill Burke

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

Constructor Detail

MethodCalledByConstructorJoinpoint

public MethodCalledByConstructorJoinpoint(Constructor calling,
                                          Method called)
Method Detail

equals

public boolean equals(Object o)

hashCode

public int hashCode()

getCalling

public Constructor getCalling()

getCalled

public Method getCalled()


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