fr.umlv.corosol.component.impl
Class RealJMethodInvoker

java.lang.Object
  extended by fr.umlv.corosol.component.impl.AbstractJVMComponent
      extended by fr.umlv.corosol.component.impl.DefaultJMethodInvoker
          extended by fr.umlv.corosol.component.impl.RealJMethodInvoker
All Implemented Interfaces:
JMethodInvoker, JObject, JVMComponent
Direct Known Subclasses:
VerboseRealJMethodInvoker

public class RealJMethodInvoker
extends DefaultJMethodInvoker

The real implementation of the JMethodInvoker interface.

Author:
Christophe Deleray

Constructor Summary
RealJMethodInvoker()
           
 
Method Summary
 
Methods inherited from class fr.umlv.corosol.component.impl.DefaultJMethodInvoker
configure, getComponentClass, invokeConstructor, invokeMethod, toString
 
Methods inherited from class fr.umlv.corosol.component.impl.AbstractJVMComponent
replace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface fr.umlv.corosol.component.JVMComponent
replace
 

Constructor Detail

RealJMethodInvoker

public RealJMethodInvoker()