|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AdminExecuteMgrIf
AdminExecuteMgrIf
Method Summary | |
---|---|
java.lang.String |
execute(java.lang.String className,
java.lang.String methodName,
java.lang.String[] paramArray)
Executes a method with name methodName of a class with name className with the parameters of type String in paramArray. |
Method Detail |
---|
java.lang.String execute(java.lang.String className, java.lang.String methodName, java.lang.String[] paramArray) throws java.lang.Exception
className
- The fully qualified classNamemethodName
- The name of the method to be executesparamArray
- The parameters passed to the method
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |