Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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. 

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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