R
T
public class MethodInvokingTask<R,T> extends Object implements Task<R>
MethodInvokingTask(T object, String methodName, Class<R> methodReturnType, Object... methodParams)
execute()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MethodInvokingTask(T object, String methodName, Class<R> methodReturnType, Object... methodParams) throws NoSuchMethodException
public R execute() throws Exception
Copyright © 2017. All rights reserved.