Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.geronimo.gbean.runtime
Class FastMethodInvoker  view FastMethodInvoker download FastMethodInvoker.java

java.lang.Object
  extended byorg.apache.geronimo.gbean.runtime.FastMethodInvoker
All Implemented Interfaces:
MethodInvoker

public final class FastMethodInvoker
extends java.lang.Object
implements MethodInvoker

Version:
$Rev: 106610 $ $Date: 2004-11-25 13:40:42 -0800 (Thu, 25 Nov 2004) $

Field Summary
private  FastMethod method
           
 
Constructor Summary
FastMethodInvoker(java.lang.reflect.Method method)
           
 
Method Summary
 java.lang.Object invoke(java.lang.Object target, java.lang.Object[] arguments)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

method

private final FastMethod method
Constructor Detail

FastMethodInvoker

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

invoke

public java.lang.Object invoke(java.lang.Object target,
                               java.lang.Object[] arguments)
                        throws java.lang.Exception
Specified by:
invoke in interface MethodInvoker