|
Tea Java Runtime API Version 3.1.0 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--com.pdmfc.tea.modules.tos.SJavaMethod
| Constructor Summary | |
SJavaMethod(java.lang.Class javaClass,
java.lang.String javaMethodName)
|
|
SJavaMethod(java.lang.reflect.Method javaMethod)
|
|
| Method Summary | |
java.lang.Object |
exec(SObjFunction obj,
SContext context,
java.lang.Object[] args)
Executes the command. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SJavaMethod(java.lang.Class javaClass,
java.lang.String javaMethodName)
public SJavaMethod(java.lang.reflect.Method javaMethod)
| Method Detail |
public java.lang.Object exec(SObjFunction obj,
SContext context,
java.lang.Object[] args)
throws STeaException
SObjFunctionexec in interface SObjFunctioncom.pdmfc.tea.runtime.SObjFunctionfunc - The SObjFunction that led to call this function. Most of the
time is the same as the this object.context - The context where the command should be executed.args - Array with the arguments passed to the command.STeaException - Thrown if there were problems executing the command.
|
Tea Java Runtime API Version 3.1.0 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||