org.jboss.aop
Class CallerMethodInfo

java.lang.Object
  extended by org.jboss.aop.CallerMethodInfo

public class CallerMethodInfo
extends Object

Comment

Version:
$Revision: 1.1 $
Author:
Bill Burke

Field Summary
 Interceptor[] interceptors
           
 Method method
           
 
Constructor Summary
CallerMethodInfo(Method m, Interceptor[] in)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

interceptors

public Interceptor[] interceptors

method

public final Method method
Constructor Detail

CallerMethodInfo

public CallerMethodInfo(Method m,
                        Interceptor[] in)


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