Constructor and Description |
---|
DummyNodeShell() |
Modifier and Type | Method and Description |
---|---|
NodeShellParameters |
defaultParameters() |
String |
description() |
String |
name() |
String |
paramToString(NodeShellParameters nsp) |
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.
|
public boolean startShell(NodeParameters param, NodeShellListener listener) throws ShellExecutionException
NodeShell
startShell
in interface NodeShell
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 NodeShellParameters defaultParameters()
defaultParameters
in interface NodeShell
public String paramToString(NodeShellParameters nsp)
paramToString
in interface NodeShell
public String description()
description
in interface NodeShell
Copyright © 2015–2021 Fiji. All rights reserved.