Interface INodeClientFactory


public interface INodeClientFactory
Factory for creating a INodeClient to local or remote a
invalid reference
Host
.
Author:
tom
  • Method Summary

    Modifier and Type
    Method
    Description
    create(String hostIpAddress)
    Fetches a client to manipulate files invalid input: '&' run commands on the BJ
    invalid reference
    Host
    with the given IP address
    void
    delete(String hostIpAddress)
     
    int
    The plugin providing the biggest priority will be used.
  • Method Details

    • create

      INodeClient create(String hostIpAddress) throws ServerFault
      Fetches a client to manipulate files invalid input: '&' run commands on the BJ
      invalid reference
      Host
      with the given IP address
      Parameters:
      hostIpAddress -
      Returns:
      a usable client
      Throws:
      ServerFault
    • delete

      void delete(String hostIpAddress) throws ServerFault
      Throws:
      ServerFault
    • getPriority

      int getPriority()
      The plugin providing the biggest priority will be used.
      Returns:
      client implementation priority