org.jboss.aop.joinpoint
Class ConstructorCalledByMethodJoinpoint

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

public class ConstructorCalledByMethodJoinpoint
extends Object
implements Joinpoint

Comment

Version:
$Revision: 1.2 $
Author:
Bill Burke

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

Constructor Detail

ConstructorCalledByMethodJoinpoint

public ConstructorCalledByMethodJoinpoint(Method calling,
                                          Constructor called)
Method Detail

equals

public boolean equals(Object o)

hashCode

public int hashCode()

getCalling

public Method getCalling()

getCalled

public Constructor getCalled()


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