Package com.alibaba.dubbo.rpc
Class RpcInvocation
java.lang.Object
com.alibaba.dubbo.rpc.RpcInvocation
- All Implemented Interfaces:
Invocation,Serializable,org.apache.dubbo.rpc.Invocation
Deprecated.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.alibaba.dubbo.rpc.Invocation
Invocation.CompatibleInvocation -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.RpcInvocation(Invocation invocation) Deprecated.RpcInvocation(Invocation invocation, Invoker<?> invoker) Deprecated.RpcInvocation(Method method, Object[] arguments) Deprecated.Deprecated.RpcInvocation(String methodName, Class<?>[] parameterTypes, Object[] arguments) Deprecated.RpcInvocation(String methodName, Class<?>[] parameterTypes, Object[] arguments, Map<String, String> attachments) Deprecated.RpcInvocation(String methodName, Class<?>[] parameterTypes, Object[] arguments, Map<String, String> attachments, Invoker<?> invoker) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAttachments(Map<String, String> attachments) Deprecated.voidaddAttachmentsIfAbsent(Map<String, String> attachments) Deprecated.voidaddInvokedInvoker(org.apache.dubbo.rpc.Invoker<?> invoker) Deprecated.Object[]Deprecated.getAttachment(String key) Deprecated.getAttachment(String key, String defaultValue) Deprecated.Deprecated.List<org.apache.dubbo.rpc.Invoker<?>> Deprecated.Invoker<?> Deprecated.Deprecated.Class<?>[]Deprecated.Deprecated.voidsetArguments(Object[] arguments) Deprecated.voidsetAttachment(String key, String value) Deprecated.voidsetAttachmentIfAbsent(String key, String value) Deprecated.voidsetAttachments(Map<String, String> attachments) Deprecated.voidsetInvoker(Invoker<?> invoker) Deprecated.voidsetMethodName(String methodName) Deprecated.voidsetParameterTypes(Class<?>[] parameterTypes) Deprecated.toString()Deprecated.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.alibaba.dubbo.rpc.Invocation
copyObjectAttachments, foreachAttachment, get, getAttributes, getObjectAttachment, getObjectAttachment, getObjectAttachments, getOriginal, getServiceModel, getServiceName, getTargetServiceUniqueName, put, setAttachment, setAttachmentIfAbsent, setObjectAttachment, setObjectAttachmentIfAbsent, setServiceModelMethods inherited from interface org.apache.dubbo.rpc.Invocation
getCompatibleParamSignatures, getModuleModel, getObjectAttachmentWithoutConvert
-
Constructor Details
-
RpcInvocation
public RpcInvocation()Deprecated. -
RpcInvocation
Deprecated. -
RpcInvocation
Deprecated. -
RpcInvocation
Deprecated. -
RpcInvocation
Deprecated. -
RpcInvocation
Deprecated. -
RpcInvocation
public RpcInvocation(String methodName, Class<?>[] parameterTypes, Object[] arguments, Map<String, String> attachments) Deprecated. -
RpcInvocation
public RpcInvocation(String methodName, Class<?>[] parameterTypes, Object[] arguments, Map<String, String> attachments, Invoker<?> invoker) Deprecated.
-
-
Method Details
-
getInvoker
Deprecated.- Specified by:
getInvokerin interfaceInvocation- Specified by:
getInvokerin interfaceorg.apache.dubbo.rpc.Invocation
-
setInvoker
Deprecated. -
getProtocolServiceKey
Deprecated.- Specified by:
getProtocolServiceKeyin interfaceorg.apache.dubbo.rpc.Invocation
-
getMethodName
Deprecated.- Specified by:
getMethodNamein interfaceorg.apache.dubbo.rpc.Invocation
-
setMethodName
Deprecated. -
getParameterTypes
Deprecated.- Specified by:
getParameterTypesin interfaceorg.apache.dubbo.rpc.Invocation
-
setParameterTypes
Deprecated. -
getArguments
Deprecated.- Specified by:
getArgumentsin interfaceorg.apache.dubbo.rpc.Invocation
-
setArguments
Deprecated. -
getAttachments
Deprecated.- Specified by:
getAttachmentsin interfaceorg.apache.dubbo.rpc.Invocation
-
setAttachments
Deprecated. -
setAttachment
Deprecated.- Specified by:
setAttachmentin interfaceInvocation- Specified by:
setAttachmentin interfaceorg.apache.dubbo.rpc.Invocation
-
setAttachmentIfAbsent
Deprecated.- Specified by:
setAttachmentIfAbsentin interfaceInvocation- Specified by:
setAttachmentIfAbsentin interfaceorg.apache.dubbo.rpc.Invocation
-
addAttachments
Deprecated. -
addAttachmentsIfAbsent
Deprecated. -
getAttachment
Deprecated.- Specified by:
getAttachmentin interfaceorg.apache.dubbo.rpc.Invocation
-
getAttachment
Deprecated.- Specified by:
getAttachmentin interfaceInvocation- Specified by:
getAttachmentin interfaceorg.apache.dubbo.rpc.Invocation
-
addInvokedInvoker
public void addInvokedInvoker(org.apache.dubbo.rpc.Invoker<?> invoker) Deprecated.- Specified by:
addInvokedInvokerin interfaceorg.apache.dubbo.rpc.Invocation
-
getInvokedInvokers
Deprecated.- Specified by:
getInvokedInvokersin interfaceorg.apache.dubbo.rpc.Invocation
-
toString
Deprecated.
-