类 Invocation.CompatibleInvocation

  • 所有已实现的接口:
    Invocation, org.apache.dubbo.rpc.Invocation
    封闭接口:
    Invocation

    public static class Invocation.CompatibleInvocation
    extends Object
    implements Invocation
    • 构造器详细资料

      • CompatibleInvocation

        public CompatibleInvocation​(org.apache.dubbo.rpc.Invocation invocation)
    • 方法详细资料

      • 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
      • getOriginal

        public org.apache.dubbo.rpc.Invocation getOriginal()
        指定者:
        getOriginal 在接口中 Invocation