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 Summary
Modifier and TypeMethodDescriptionFetches a client to manipulate files invalid input: '&' run commands on the BJinvalid reference
Host
void
int
The plugin providing the biggest priority will be used.
-
Method Details
-
create
Fetches a client to manipulate files invalid input: '&' run commands on the BJinvalid reference
Host
- 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
-