uchicago.src.reflector
Class ObjectArgInvoker

java.lang.Object
  extended by uchicago.src.reflector.Invoker
      extended by uchicago.src.reflector.ObjectArgInvoker

public class ObjectArgInvoker
extends Invoker

Version:
$Revision: 1.3 $ $Date: 2004/11/03 19:51:05 $

Constructor Summary
ObjectArgInvoker(java.lang.Object o, java.lang.reflect.Method m, java.lang.Object value)
           
 
Method Summary
protected  void check()
           
protected  void invoke()
           
 
Methods inherited from class uchicago.src.reflector.Invoker
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectArgInvoker

public ObjectArgInvoker(java.lang.Object o,
                        java.lang.reflect.Method m,
                        java.lang.Object value)
Method Detail

check

protected void check()
              throws InvokerException
Overrides:
check in class Invoker
Throws:
InvokerException

invoke

protected void invoke()
               throws java.lang.reflect.InvocationTargetException,
                      java.lang.IllegalAccessException
Specified by:
invoke in class Invoker
Throws:
java.lang.reflect.InvocationTargetException
java.lang.IllegalAccessException