| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DynamicClassException | |
fipaos.util |
Uses of DynamicClassException in fipaos.util |
Constructors in fipaos.util that throw DynamicClassException | |
DynamicClass.DynamicClass(String class_name, Class[] params, Object[] args) Creates an instance of the given class, using the constructor with the given arguments. | |
DynamicClass.DynamicClass(String class_name) Creates an instance of the given class, using the default constructor. |
Methods in fipaos.util that throw DynamicClassException | |
Object | DynamicClass.invoke(String method, Class[] params, Object[] args) Invokes a method on the wrapper object with the given arguments |
Object | DynamicClass.invoke(String method) Invokes a method on the wrapper object without any arguments |
static Object | DynamicClass.invokeStatic(String class_name, String method, Class[] params, Object[] args) Invokes a method on the given object with the given arguments |
static Object | DynamicClass.invokeStatic(String class_name, String method) Invokes a method on the given object with no arguments |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |