org.apache.openejb.util
Class Pipe
java.lang.Object
org.apache.openejb.util.Pipe
- All Implemented Interfaces:
- Runnable
public final class Pipe
- extends Object
- implements Runnable
- Version:
- $Rev$ $Date$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Pipe
public Pipe(InputStream in,
OutputStream out)
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.