org.apache.geronimo.gbean.runtime
Class FastMethodInvoker

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

public final class FastMethodInvoker
extends Object
implements MethodInvoker


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

Constructor Detail

FastMethodInvoker

public FastMethodInvoker(Method method)
Method Detail

invoke

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


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.