org.apache.felix.gogo.runtime
Class Pipe
java.lang.Object
java.lang.Thread
org.apache.felix.gogo.runtime.Pipe
- All Implemented Interfaces:
- Runnable
public class Pipe
- extends Thread
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, yield |
Pipe
public Pipe(Closure closure,
statement)
mark
public static Object[] mark()
reset
public static void reset(Object[] mark)
toString
public String toString()
- Overrides:
toString
in class Thread
setIn
public void setIn(InputStream in)
setOut
public void setOut(PrintStream out)
setErr
public void setErr(PrintStream err)
connect
public Pipe connect(Pipe next)
throws IOException
- Throws:
IOException
run
public void run()
- Specified by:
run
in interface Runnable
- Overrides:
run
in class Thread
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.