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