|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jtheque.core.managers.module.beans.ReflectionBeanMethod
public final class ReflectionBeanMethod
A bean method who invoke a method by reflection.
| Constructor Summary | |
|---|---|
ReflectionBeanMethod(java.lang.String beanName,
java.lang.String methodName)
Construct a new ReflectionBeanMethod. |
|
| Method Summary | |
|---|---|
void |
run()
Run the method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReflectionBeanMethod(java.lang.String beanName,
java.lang.String methodName)
beanName - The name of the bean to invoke the method from.methodName - The name of the method.| Method Detail |
|---|
public void run()
BeanMethod
run in interface BeanMethod
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||