|
|||||||||
| Home >> All >> org >> apache >> geronimo >> gbean >> [ runtime overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.geronimo.gbean.runtime
Class FastMethodInvoker

java.lang.Objectorg.apache.geronimo.gbean.runtime.FastMethodInvoker
- All Implemented Interfaces:
- MethodInvoker
- public final class FastMethodInvoker
- extends java.lang.Object
- implements MethodInvoker
- extends java.lang.Object
- 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:
invokein interfaceMethodInvoker
|
|||||||||
| Home >> All >> org >> apache >> geronimo >> gbean >> [ runtime overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.geronimo.gbean.runtime.FastMethodInvoker