Searched refs:getResolvedMethod (Results 1 – 2 of 2) sorted by relevance
122 ResolvedMethod rm = getResolvedMethod(cls, method.substring(index + 1), args); in invokeMethod()158 protected abstract ResolvedMethod getResolvedMethod(Class cls, String methodName, in getResolvedMethod() method in BusinessLogicExecutor
80 protected ResolvedMethod getResolvedMethod(Class cls, String methodName, String... args) in getResolvedMethod() method in BusinessLogicHostExecutor