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)
           
 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

pipe

public static void pipe(Process process)

pipe

public static void pipe(InputStream in,
                        OutputStream out)

run

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


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.