public class NodeRunnerSsh extends Object
Constructor and Description |
---|
NodeRunnerSsh(org.glassfish.hk2.api.ServiceLocator habitat,
Logger logger) |
Modifier and Type | Method and Description |
---|---|
boolean |
isSshNode(Node node) |
int |
runAdminCommandOnRemoteNode(Node node,
StringBuilder output,
List<String> args,
List<String> stdinLines) |
public NodeRunnerSsh(org.glassfish.hk2.api.ServiceLocator habitat, Logger logger)
public boolean isSshNode(Node node)
public int runAdminCommandOnRemoteNode(Node node, StringBuilder output, List<String> args, List<String> stdinLines) throws SSHCommandExecutionException, IllegalArgumentException, UnsupportedOperationException
Copyright © 2018. All rights reserved.