类 MockClusterInvoker<T>

  • 所有已实现的接口:
    Node, Invoker<T>

    public class MockClusterInvoker<T>
    extends 
    implements Invoker<T>
    • 构造器详细资料

      • MockClusterInvoker

        public MockClusterInvoker​(Directory<T> directory,
                                  Invoker<T> invoker)
    • 方法详细资料

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

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

        public  toString()
        覆盖:
         在类中