execute(hostNameCommandLineMap);
}
@Override
protected Callable<?> getCallable(UnixCommand command) {
CommandOutputListener commandOutputListener = new StdOutCommandOutputListener(null, true);
return new ExitCodeCallable(command, commandOutputListener);
}