public final class LocalRpcInvocation extends Object implements RpcInvocation
| 构造器和说明 |
|---|
LocalRpcInvocation(String declaringClass,
String methodName,
Class<?>[] parameterTypes,
Object[] args) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object[] |
getArgs()
Returns the arguments of the remote procedure call.
|
String |
getMethodName()
Returns the method's name.
|
Class<?>[] |
getParameterTypes()
Returns the method's parameter types.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitconvertRpcToStringpublic String getMethodName()
RpcInvocationgetMethodName 在接口中 RpcInvocationpublic Class<?>[] getParameterTypes()
RpcInvocationgetParameterTypes 在接口中 RpcInvocationpublic Object[] getArgs()
RpcInvocationgetArgs 在接口中 RpcInvocationCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.