Package net.bluemind.node.api
Interface INodeClientFactory
public interface INodeClientFactory
Factory for creating a 
.
INodeClient to local or remote a 
invalid reference
Host- Author:
- tom
- 
Method SummaryModifier and TypeMethodDescriptionFetches a client to manipulate files invalid input: '&' run commands on the BJwith the given IP addressinvalid referenceHostvoidintThe plugin providing the biggest priority will be used.
- 
Method Details- 
createFetches a client to manipulate files invalid input: '&' run commands on the BJwith the given IP addressinvalid referenceHost- Parameters:
- hostIpAddress-
- Returns:
- a usable client
- Throws:
- ServerFault
 
- 
delete- Throws:
- ServerFault
 
- 
getPriorityint getPriority()The plugin providing the biggest priority will be used.- Returns:
- client implementation priority
 
 
-