public interface ProgramInterface
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
call(java.lang.String methodName,
java.lang.Object parameters)
calls a method of a program with given parameters and returns the result .
|
java.lang.Object call(java.lang.String methodName,
java.lang.Object parameters)
throws java.lang.Exception
methodName - the method nameparameters - the parametersjava.lang.Exception - the exception