org.jboss.aop.joinpoint
Class ConstructorCalledByConstructorJoinpoint

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

public class ConstructorCalledByConstructorJoinpoint
extends Object
implements Joinpoint

Comment

Version:
$Revision: 1.2 $
Author:
Bill Burke

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

Constructor Detail

ConstructorCalledByConstructorJoinpoint

public ConstructorCalledByConstructorJoinpoint(Constructor calling,
                                               Constructor called)
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getCalling

public Constructor getCalling()

getCalled

public Constructor getCalled()


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