public final class LocalRpcInvocation extends Object implements RpcInvocation
构造器和说明 |
---|
LocalRpcInvocation(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() |
public String getMethodName()
RpcInvocation
getMethodName
在接口中 RpcInvocation
public Class<?>[] getParameterTypes()
RpcInvocation
getParameterTypes
在接口中 RpcInvocation
public Object[] getArgs()
RpcInvocation
getArgs
在接口中 RpcInvocation
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.