fr.umlv.corosol.component.impl
Class VerboseJMethodInvoker

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.VerboseJMethodInvoker
All Implemented Interfaces:
JMethodInvoker, JObject, JVMComponent

public class VerboseJMethodInvoker
extends DefaultJMethodInvoker

The verbose implementation of the JMethodInvoker interface.

Author:
Christophe Deleray

Constructor Summary
VerboseJMethodInvoker()
          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

VerboseJMethodInvoker

public VerboseJMethodInvoker()
The default constructor.