- java.lang.Object
-
- org.cloudi.FunctionObject9
-
- All Implemented Interfaces:
FunctionInterface9
public class FunctionObject9 extends Object implements FunctionInterface9
-
-
Constructor Summary
Constructors Constructor Description FunctionObject9(Object instance, String methodName)FunctionObject9(API api, Class<?> clazz, String methodName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectinvoke(Integer request_type, String name, String pattern, byte[] request_info, byte[] request, Integer timeout, Byte priority, byte[] trans_id, OtpErlangPid pid)
-
-
-
Constructor Detail
-
FunctionObject9
public FunctionObject9(Object instance, String methodName) throws NoSuchMethodException
- Throws:
NoSuchMethodException
-
FunctionObject9
public FunctionObject9(API api, Class<?> clazz, String methodName) throws NoSuchMethodException
- Throws:
NoSuchMethodException
-
-