|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.jbo.html.databeans.chart.MethodInvoker
A helper class to get/set properties on Perspective bean
| Constructor Summary | |
MethodInvoker(java.lang.Object invokeOn, java.lang.String propertyFileName)Constructor |
|
| Method Summary | |
java.lang.String |
invokeGetProperty(java.lang.String name)Invokes get property method on the object. |
void |
invokeSetProperty(java.lang.String name, java.lang.String arg)Invokes set property method on the object. |
static void |
main(java.lang.String[] arg)test this class |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MethodInvoker(java.lang.Object invokeOn,
java.lang.String propertyFileName)
invokeOn - - get/set method's will be invoked on this objectpropertyFileName - - name of the file which contains the list of properties supported by the object ('invokeOn')| Method Detail |
public void invokeSetProperty(java.lang.String name,
java.lang.String arg)
throws java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException,
java.lang.ClassNotFoundException,
java.lang.NoSuchMethodException
name - name of the propertyarg - new value to setjava.lang.IllegalAccessExceptionjava.lang.reflect.InvocationTargetExceptionjava.lang.ClassNotFoundExceptionjava.lang.NoSuchMethodException
public java.lang.String invokeGetProperty(java.lang.String name)
throws java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException,
java.lang.ClassNotFoundException,
java.lang.NoSuchMethodException
name - name of the propertyjava.lang.IllegalAccessExceptionjava.lang.reflect.InvocationTargetExceptionjava.lang.ClassNotFoundExceptionjava.lang.NoSuchMethodExceptionpublic static void main(java.lang.String[] arg)
|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||