org.jboss.aop.joinpoint
Class ConstructorCalledByMethodJoinpoint
java.lang.Object
org.jboss.aop.joinpoint.ConstructorCalledByMethodJoinpoint
- All Implemented Interfaces:
- Joinpoint
public class ConstructorCalledByMethodJoinpoint
- extends Object
- implements Joinpoint
Comment
- Version:
- $Revision: 1.2 $
- Author:
- Bill Burke
ConstructorCalledByMethodJoinpoint
public ConstructorCalledByMethodJoinpoint(Method calling,
Constructor called)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
getCalling
public Method getCalling()
getCalled
public Constructor getCalled()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.