pinfo.inbuf_maxsize = ib.getMaxSize();
pinfo.outbuf_maxsize = ob.getMaxSize();
return pinfo;
}
} catch (SessionTimeoutException ex) {
throw new SessionTimeoutException("Exception executing: " + cmdline + " - " + ex.getMessage());
} catch (ParseException ex) {
log.error("Exception occured during parsing of the command line!", ex);
throw new ShellException("Exception occured during parsing of the command line!", ex, cmdline);
}
// now we have several processes in the job list.