Interface INodeClientFactory
public interface INodeClientFactory
Factory for creating a
INodeClient to local or remote a Host.- Author:
- tom
-
Method Summary
Modifier and TypeMethodDescriptionFetches a client to manipulate files & run commands on the BJHostwith the given IP addressvoidintThe plugin providing the biggest priority will be used.
-
Method Details
-
create
Fetches a client to manipulate files & run commands on the BJHostwith the given IP address- Parameters:
hostIpAddress-- Returns:
- a usable client
- Throws:
ServerFault
-
delete
- Throws:
ServerFault
-
getPriority
int getPriority()The plugin providing the biggest priority will be used.- Returns:
- client implementation priority
-