public final class LocalRpcInvocation extends Object implements RpcInvocation
Constructor and Description |
---|
LocalRpcInvocation(String methodName,
Class<?>[] parameterTypes,
Object[] args) |
Modifier and Type | Method and Description |
---|---|
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
in interface RpcInvocation
public Class<?>[] getParameterTypes()
RpcInvocation
getParameterTypes
in interface RpcInvocation
public Object[] getArgs()
RpcInvocation
getArgs
in interface RpcInvocation
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.