public final class AHCNodeClientFactory extends java.lang.Object implements INodeClientFactory
Constructor and Description |
---|
AHCNodeClientFactory() |
Modifier and Type | Method and Description |
---|---|
INodeClient |
create(java.lang.String hostIpAddress)
Fetches a client to manipulate files & run commands on the BJ
Host
with the given IP address |
void |
delete(java.lang.String address) |
int |
getPriority()
The plugin providing the biggest priority will be used.
|
public INodeClient create(java.lang.String hostIpAddress) throws ServerFault
INodeClientFactory
Host
with the given IP addresscreate
in interface INodeClientFactory
ServerFault
public void delete(java.lang.String address)
delete
in interface INodeClientFactory
public int getPriority()
INodeClientFactory
getPriority
in interface INodeClientFactory
Copyright © 2021. All Rights Reserved.