Package com.ganteater.ae
Class OperationHolder
java.lang.Object
com.ganteater.ae.OperationHolder
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OperationHolder
public OperationHolder(Class<?> operationClass, Method method) throws InstantiationException, IllegalAccessException
-
-
Method Details
-
getMethod
-
setMethod
-
invoke
public Object invoke(Object instance, Object[] args) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException, InstantiationException -
newInstance
-
getParameterName
-
getReturnDescription
-
getDescription
-
getOperationClass
-