|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.genericra.util.MethodExecutor
public class MethodExecutor
Execute the methods based on the parameters.
| Constructor Summary | |
|---|---|
MethodExecutor()
|
|
| Method Summary | |
|---|---|
static void |
runJavaBeanMethod(java.lang.String value,
java.lang.reflect.Method method,
java.lang.Object obj)
Exceute a simple set Method. |
static void |
runJavaBeanMethod(java.lang.String name,
java.lang.String value,
java.lang.reflect.Method method,
java.lang.Object obj)
Exceute a simple set Method. |
static void |
runMethod(java.lang.reflect.Method method,
java.lang.Object obj,
java.util.Vector values)
Executes the method. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MethodExecutor()
| Method Detail |
|---|
public static void runJavaBeanMethod(java.lang.String name,
java.lang.String value,
java.lang.reflect.Method method,
java.lang.Object obj)
throws javax.resource.ResourceException
value - Value to be set.method - Method object.obj - Object on which the method to be executed.
ResourceException, - in case of the mismatch of parameter values or
a security violation.
javax.resource.ResourceException
public static void runJavaBeanMethod(java.lang.String value,
java.lang.reflect.Method method,
java.lang.Object obj)
throws javax.resource.ResourceException
value - Value to be set.method - Method object.obj - Object on which the method to be executed.
ResourceException, - in case of the mismatch of parameter values or
a security violation.
javax.resource.ResourceException
public static void runMethod(java.lang.reflect.Method method,
java.lang.Object obj,
java.util.Vector values)
throws javax.resource.ResourceException
method - Method object.obj - Object on which the method to be executed.values - Parameter values for executing the method.
ResourceException, - in case of the mismatch of parameter values or
a security violation.
javax.resource.ResourceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||