org.apache.openejb.util
Class Pipe

java.lang.Object
  extended by org.apache.openejb.util.Pipe
All Implemented Interfaces:
Runnable

public final class Pipe
extends Object
implements Runnable

Version:
$Rev$ $Date$

Constructor Summary
Pipe(InputStream in, OutputStream out)
           
 
Method Summary
static void pipe(InputStream in, OutputStream out)
           
static void pipe(Process process)
           
static void pipeOut(Process process)
           
static void read(Process process)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pipe

public Pipe(InputStream in,
            OutputStream out)
Method Detail

pipeOut

public static void pipeOut(Process process)

pipe

public static void pipe(Process process)

read

public static void read(Process process)

pipe

public static void pipe(InputStream in,
                        OutputStream out)

run

public void run()
Specified by:
run in interface Runnable


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.