Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.util
Class MethodInvoker

java.lang.Object
  extended by com.liferay.portal.kernel.util.MethodInvoker

Deprecated.

public class MethodInvoker
extends Object


Constructor Summary
MethodInvoker()
          Deprecated.  
 
Method Summary
static Object invoke(MethodWrapper methodWrapper)
          Deprecated.  
static Object invoke(MethodWrapper methodWrapper, boolean newInstance)
          Deprecated.  
static Object invoke(MethodWrapper methodWrapper, Object targetObject)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodInvoker

public MethodInvoker()
Deprecated. 
Method Detail

invoke

public static Object invoke(MethodWrapper methodWrapper)
                     throws ClassNotFoundException,
                            IllegalAccessException,
                            InstantiationException,
                            InvocationTargetException,
                            NoSuchFieldException,
                            NoSuchMethodException
Deprecated. 
Throws:
ClassNotFoundException
IllegalAccessException
InstantiationException
InvocationTargetException
NoSuchFieldException
NoSuchMethodException

invoke

public static Object invoke(MethodWrapper methodWrapper,
                            boolean newInstance)
                     throws ClassNotFoundException,
                            IllegalAccessException,
                            InstantiationException,
                            InvocationTargetException,
                            NoSuchFieldException,
                            NoSuchMethodException
Deprecated. 
Throws:
ClassNotFoundException
IllegalAccessException
InstantiationException
InvocationTargetException
NoSuchFieldException
NoSuchMethodException

invoke

public static Object invoke(MethodWrapper methodWrapper,
                            Object targetObject)
                     throws ClassNotFoundException,
                            IllegalAccessException,
                            InvocationTargetException,
                            NoSuchFieldException,
                            NoSuchMethodException
Deprecated. 
Throws:
ClassNotFoundException
IllegalAccessException
InvocationTargetException
NoSuchFieldException
NoSuchMethodException

Liferay 6.1.2-ce-ga3