public final class LocalRpcInvocation extends Object implements RpcInvocation
| Constructor and Description |
|---|
LocalRpcInvocation(String declaringClass,
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() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitconvertRpcToStringpublic String getMethodName()
RpcInvocationgetMethodName in interface RpcInvocationpublic Class<?>[] getParameterTypes()
RpcInvocationgetParameterTypes in interface RpcInvocationpublic Object[] getArgs()
RpcInvocationgetArgs in interface RpcInvocationCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.