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