fr.umlv.corosol.component.impl
Class VerboseRealJMethodInvoker

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
              extended by fr.umlv.corosol.component.impl.VerboseRealJMethodInvoker
All Implemented Interfaces:
JMethodInvoker, JObject, JVMComponent

public class VerboseRealJMethodInvoker
extends RealJMethodInvoker

The verbose implementation of the RealJMethodInvoker interface.

Author:
Christophe Deleray

Constructor Summary
VerboseRealJMethodInvoker()
          The default constructor.
 
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

VerboseRealJMethodInvoker

public VerboseRealJMethodInvoker()
The default constructor.