org.jboss.aop
Class CallerConstructorInfo
java.lang.Object
org.jboss.aop.CallerConstructorInfo
public class CallerConstructorInfo
- extends Object
Comment
- Version:
- $Revision: 1.3 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
interceptors
public Interceptor[] interceptors
wrappingMethod
public final Method wrappingMethod
constructor
public final Constructor constructor
CallerConstructorInfo
public CallerConstructorInfo(Constructor called,
Method wrapping,
Interceptor[] in)
CallerConstructorInfo
public CallerConstructorInfo(Constructor c,
Interceptor[] in)
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.