Searched defs:nExecs (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DActivation.java2371 * @param nExecs number of execed processes, Activation groups.
2374 (InputStream in, OutputStream out, String tag, int nExecs) {
2384 Integer.toString(nExecs) + ':' + tag + ':';
2505 int nExecs = getNumExec();
2509 new NewThreadAction(new PipeWriter(in, out, "out", nExecs),
2512 new NewThreadAction(new PipeWriter(in1, out1, "err", nExecs),
2373 PipeWriter(InputStream in, OutputStream out, String tag, int nExecs) argument

Completed in 45 milliseconds