tweed.system.interceptor
Class MethodDescriptor

java.lang.Object
  |
  +--tweed.system.interceptor.MethodDescriptor

public class MethodDescriptor
extends java.lang.Object

Version:
$Id$
Author:
Laurent Caillette

Constructor Summary
MethodDescriptor(java.lang.reflect.Method method)
           
 
Method Summary
 java.lang.Class getDeclaringClass()
           
 java.lang.String getMethodName()
           
 java.lang.Class[] getParameterTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodDescriptor

public MethodDescriptor(java.lang.reflect.Method method)
Method Detail

getDeclaringClass

public java.lang.Class getDeclaringClass()

getMethodName

public java.lang.String getMethodName()

getParameterTypes

public java.lang.Class[] getParameterTypes()


Copyright © 2003 Laurent Caillette. All Rights Reserved.