String[] argsArray = new String[argsList.size()];
argsArray = argsList.toArray(argsArray);
RemoteCLICommand rc = new RemoteCLICommand("_create-node-implicit", this.programOpts, this.env);
return rc.execute(argsArray);
}
/* installdir is product install dir (parent of glassfish install root) */
private int validateNode(String name, String installdir, String nodeHost) throws CommandException {
ArrayList<String> argsList = new ArrayList<String>();