org.jtheque.core.managers.module.beans
Class ReflectionBeanMethod

java.lang.Object
  extended by org.jtheque.core.managers.module.beans.ReflectionBeanMethod
All Implemented Interfaces:
BeanMethod

public final class ReflectionBeanMethod
extends java.lang.Object
implements BeanMethod

A bean method who invoke a method by reflection.

Author:
Baptiste Wicht

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

ReflectionBeanMethod

public ReflectionBeanMethod(java.lang.String beanName,
                            java.lang.String methodName)
Construct a new ReflectionBeanMethod.

Parameters:
beanName - The name of the bean to invoke the method from.
methodName - The name of the method.
Method Detail

run

public void run()
Description copied from interface: BeanMethod
Run the method.

Specified by:
run in interface BeanMethod


Copyright © 2009 JTheque. All Rights Reserved.