Interface Node


public interface Node
Node. (API/SPI, Prototype, ThreadSafe)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    destroy.
    get url.
    boolean
    is available.
  • Method Details

    • getUrl

      URL getUrl()
      get url.
      Returns:
      url.
    • isAvailable

      boolean isAvailable()
      is available.
      Returns:
      available.
    • destroy

      void destroy()
      destroy.