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, paramToStringprotected String getArguments(NodeParameters param, NodeShellListener listener)
getArguments in class SSHNodeShellpublic boolean startShell(NodeParameters param, NodeShellListener listener) throws ShellExecutionException
NodeShellstartShell in interface NodeShellstartShell in class SSHNodeShellparam - 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 NodeShellname in class SSHNodeShellpublic String description()
description in interface NodeShelldescription in class SSHNodeShellpublic static SocketNodeShell getShell()
Copyright © 2015–2021 Fiji. All rights reserved.