Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
public final java.util.List<String[]> globalBuffer = new java.util.ArrayList<String[]>();
...
...
public String[][] runJob(String[] args) {
int exitCode = runJobInTOS(args);
String[][] bufferValue = (String[][]) globalBuffer.toArray(new String[]);
return bufferValue;
}
Maybe it's a little too late to answer but it could help other people which came on the forum.
to clear the buffer you can place a tJava on your job and write into "globalBuffer.clear()".
It could more easy to use than importing developed componant.
Maybe it's a little too late to answer but it could help other people which came on the forum.
to clear the buffer you can place a tJava on your job and write into "globalBuffer.clear()".
It could more easy to use than importing developed componant.
Maybe it's a little too late to answer but it could help other people which came on the forum.
to clear the buffer you can place a tJava on your job and write into "globalBuffer.clear()".
It could more easy to use than importing developed componant.