Searched refs:plugTogether (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/sun/rmi/rmic/RMIGenerator/
H A DRmicDefault.java63 StreamPipe.plugTogether(javacProcess.getInputStream(), System.out);
64 StreamPipe.plugTogether(javacProcess.getErrorStream(), System.out);
72 StreamPipe.plugTogether(rmicProcess.getInputStream(), System.out);
73 StreamPipe.plugTogether(rmicProcess.getErrorStream(), System.err);
/openjdk7/jdk/test/java/rmi/testlibrary/
H A DStreamPipe.java41 * StreamPipe constructor : should only be called by plugTogether() method.
53 public static StreamPipe plugTogether(InputStream in, OutputStream out) { method in class:StreamPipe
H A DJavaVM.java162 outPipe = StreamPipe.plugTogether(vm.getInputStream(), this.outputStream);
163 errPipe = StreamPipe.plugTogether(vm.getErrorStream(), this.errorStream);
/openjdk7/jdk/test/java/rmi/registry/classPathCodebase/
H A DClassPathCodebase.java100 StreamPipe.plugTogether(rmiregistry.getInputStream(), System.err);
101 StreamPipe.plugTogether(rmiregistry.getErrorStream(), System.err);

Completed in 32 milliseconds