Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

oracle.javatools.util.reflect
Class MethodInvokator<T>

java.lang.Object
  extended by oracle.javatools.util.reflect.MethodInvokator<T>
Type Parameters:
T -

Deprecated.

@Deprecated
public class MethodInvokator<T>
extends java.lang.Object

Use IdeMethodInvoker instead.


Constructor Summary
MethodInvokator(T instance)
          Deprecated.  
 
Method Summary
 java.lang.Object invoke(java.lang.String methodName, java.lang.Object... params)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodInvokator

public MethodInvokator(T instance)
Deprecated. 
Method Detail

invoke

public java.lang.Object invoke(java.lang.String methodName,
                               java.lang.Object... params)
Deprecated. 

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

Copyright © 1997, 2011, Oracle. All rights reserved.