类 Invocation.CompatibleInvocation
- java.lang.Object
-
- com.alibaba.dubbo.rpc.Invocation.CompatibleInvocation
-
- 所有已实现的接口:
Invocation,Invocation
- 封闭接口:
- Invocation
public static class Invocation.CompatibleInvocation extends Object implements Invocation
-
-
嵌套类概要
-
从接口继承的嵌套类/接口 com.alibaba.dubbo.rpc.Invocation
Invocation.CompatibleInvocation
-
-
构造器概要
构造器 构造器 说明 CompatibleInvocation(Invocation invocation)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Objectget(Object key)Object[]getArguments()get arguments.StringgetAttachment(String key)get attachment by key.StringgetAttachment(String key, String defaultValue)get attachment by key with default value.Map<String,String>getAttachments()get attachments.Map<Object,Object>getAttributes()Invoker<?>getInvoker()get the invoker in current context.StringgetMethodName()get method name.InvocationgetOriginal()Class<?>[]getParameterTypes()get parameter types.StringgetProtocolServiceKey()StringgetTargetServiceUniqueName()Objectput(Object key, Object value)-
从接口继承的方法 com.alibaba.dubbo.rpc.Invocation
getObjectAttachment, getObjectAttachment, getObjectAttachments, getServiceName, setAttachment, setAttachment, setAttachmentIfAbsent, setAttachmentIfAbsent, setObjectAttachment, setObjectAttachmentIfAbsent
-
从接口继承的方法 org.apache.dubbo.rpc.Invocation
getCompatibleParamSignatures
-
-
-
-
构造器详细资料
-
CompatibleInvocation
public CompatibleInvocation(Invocation invocation)
-
-
方法详细资料
-
getTargetServiceUniqueName
public String getTargetServiceUniqueName()
- 指定者:
getTargetServiceUniqueName在接口中Invocation- 指定者:
getTargetServiceUniqueName在接口中Invocation
-
getProtocolServiceKey
public String getProtocolServiceKey()
- 指定者:
getProtocolServiceKey在接口中Invocation
-
getMethodName
public String getMethodName()
从接口复制的说明:Invocationget method name.- 指定者:
getMethodName在接口中Invocation- 返回:
- method name.
-
getParameterTypes
public Class<?>[] getParameterTypes()
从接口复制的说明:Invocationget parameter types.- 指定者:
getParameterTypes在接口中Invocation- 返回:
- parameter types.
-
getArguments
public Object[] getArguments()
从接口复制的说明:Invocationget arguments.- 指定者:
getArguments在接口中Invocation- 返回:
- arguments.
-
getAttachments
public Map<String,String> getAttachments()
从接口复制的说明:Invocationget attachments.- 指定者:
getAttachments在接口中Invocation- 返回:
- attachments.
-
getAttachment
public String getAttachment(String key)
从接口复制的说明:Invocationget attachment by key.- 指定者:
getAttachment在接口中Invocation- 返回:
- attachment value.
-
getAttachment
public String getAttachment(String key, String defaultValue)
从接口复制的说明:Invocationget attachment by key with default value.- 指定者:
getAttachment在接口中Invocation- 指定者:
getAttachment在接口中Invocation- 返回:
- attachment value.
-
getInvoker
public Invoker<?> getInvoker()
从接口复制的说明:Invocationget the invoker in current context.- 指定者:
getInvoker在接口中Invocation- 指定者:
getInvoker在接口中Invocation- 返回:
- invoker.
-
put
public Object put(Object key, Object value)
- 指定者:
put在接口中Invocation- 指定者:
put在接口中Invocation
-
get
public Object get(Object key)
- 指定者:
get在接口中Invocation- 指定者:
get在接口中Invocation
-
getAttributes
public Map<Object,Object> getAttributes()
- 指定者:
getAttributes在接口中Invocation- 指定者:
getAttributes在接口中Invocation
-
getOriginal
public Invocation getOriginal()
- 指定者:
getOriginal在接口中Invocation
-
-