public interface RpcInvocation
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 getMethodName() throws IOException, ClassNotFoundException
IOException
- if the rpc invocation message is a remote message and could not be deserializedClassNotFoundException
- if the rpc invocation message is a remote message and contains
serialized classes which cannot be found on the receiving sideClass<?>[] getParameterTypes() throws IOException, ClassNotFoundException
IOException
- if the rpc invocation message is a remote message and could not be deserializedClassNotFoundException
- if the rpc invocation message is a remote message and contains
serialized classes which cannot be found on the receiving sideObject[] getArgs() throws IOException, ClassNotFoundException
IOException
- if the rpc invocation message is a remote message and could not be deserializedClassNotFoundException
- if the rpc invocation message is a remote message and contains
serialized classes which cannot be found on the receiving sideCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.