org.jboss.aop
Class CallerConstructorInfo

java.lang.Object
  extended byorg.jboss.aop.CallerConstructorInfo

public class CallerConstructorInfo
extends Object

Comment

Version:
$Revision: 1.3 $
Author:
Bill Burke

Field Summary
 Constructor constructor
           
 Interceptor[] interceptors
           
 Method wrappingMethod
           
 
Constructor Summary
CallerConstructorInfo(Constructor c, Interceptor[] in)
           
CallerConstructorInfo(Constructor called, Method wrapping, Interceptor[] in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

interceptors

public Interceptor[] interceptors

wrappingMethod

public final Method wrappingMethod

constructor

public final Constructor constructor
Constructor Detail

CallerConstructorInfo

public CallerConstructorInfo(Constructor called,
                             Method wrapping,
                             Interceptor[] in)

CallerConstructorInfo

public CallerConstructorInfo(Constructor c,
                             Interceptor[] in)


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