类 AbstractInvoker<T>

    • 构造器详细资料

      • AbstractInvoker

        public AbstractInvoker​(<T> type,
                               URL url)
      • AbstractInvoker

        public AbstractInvoker​(<T> type,
                               URL url,
                               [] keys)
      • AbstractInvoker

        public AbstractInvoker​(<T> type,
                               URL url,
                               <,​> attachment)
    • 方法详细资料

      • getInterface

        public <T> getInterface()
        从接口复制的说明: Invoker
        get service interface.
        指定者:
        getInterface 在接口中 Invoker<T>
        返回:
        service interface.
      • getUrl

        public URL getUrl()
        从接口复制的说明: Node
        get url.
        指定者:
        getUrl 在接口中 Node
        返回:
        url.
      • isAvailable

        public boolean isAvailable()
        从接口复制的说明: Node
        is available.
        指定者:
        isAvailable 在接口中 Node
        返回:
        available.
      • destroy

        public void destroy()
        从接口复制的说明: Node
        destroy.
        指定者:
        destroy 在接口中 Node
      • isDestroyed

        public boolean isDestroyed()
      • toString

        public  toString()
        覆盖:
         在类中