public class SocketNodeShell extends SSHNodeShell
Constructor and Description |
---|
SocketNodeShell() |
Modifier and Type | Method and Description |
---|---|
String |
description() |
protected String |
getArguments(NodeParameters param,
NodeShellListener listener) |
static SocketNodeShell |
getShell() |
String |
name() |
boolean |
startShell(NodeParameters param,
NodeShellListener listener)
Start the ClusterNode given by the NodeParameters, by starting an ArchipelagoClient in a
Fiji or ImageJ instance on the remote node.
|
defaultParameters, handleJSE, paramToString
protected String getArguments(NodeParameters param, NodeShellListener listener)
getArguments
in class SSHNodeShell
public boolean startShell(NodeParameters param, NodeShellListener listener) throws ShellExecutionException
NodeShell
startShell
in interface NodeShell
startShell
in class SSHNodeShell
param
- parameters used to connect to the machine in questionlistener
- used to handle open IO streams and closing of the shell connectionShellExecutionException
- if an error occurs while attempting topublic String name()
name
in interface NodeShell
name
in class SSHNodeShell
public String description()
description
in interface NodeShell
description
in class SSHNodeShell
public static SocketNodeShell getShell()
Copyright © 2015–2021 Fiji. All rights reserved.