|
Apache JMeter 2.1.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jorphan.reflect.Functor
Constructor Summary | |
Functor(Object invokee,
String methodName)
Create a functor with the invokee and a method name. |
|
Functor(Object invokee,
String methodName,
Class[] types)
Create a functor with the invokee, method name, and argument class types. |
|
Functor(Object invokee,
String methodName,
Object[] args)
Create a functor with an invokee, method name, and argument values. |
|
Functor(Object invokee,
String methodName,
Object[] args,
Class[] types)
Create a functor with an invokee, method name, argument values, and argument class types. |
|
Functor(String methodName)
Create a functor with just the method name. |
|
Functor(String methodName,
Class[] types)
Create a functor with the method name and argument class types. |
|
Functor(String methodName,
Object[] args)
|
Method Summary | |
protected Class[] |
getNewArray(int i,
Class replacement,
Class[] orig)
|
protected Class |
getPrimitive(Class t)
|
Object |
invoke()
|
Object |
invoke(Object p_invokee)
|
Object |
invoke(Object[] p_args)
|
Object |
invoke(Object p_invokee,
Object[] p_args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Functor(Object invokee, String methodName)
invokee
- methodName
- public Functor(Object invokee, String methodName, Class[] types)
invokee
- methodName
- types
- public Functor(String methodName)
methodName
- public Functor(String methodName, Class[] types)
methodName
- types
- public Functor(Object invokee, String methodName, Object[] args)
invokee
- methodName
- args
- public Functor(String methodName, Object[] args)
public Functor(Object invokee, String methodName, Object[] args, Class[] types)
invokee
- methodName
- args
- types
- Method Detail |
public Object invoke()
public Object invoke(Object p_invokee)
public Object invoke(Object[] p_args)
public Object invoke(Object p_invokee, Object[] p_args)
protected Class getPrimitive(Class t)
protected Class[] getNewArray(int i, Class replacement, Class[] orig)
|
Apache JMeter 2.1.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |