Java Globus API: Class Tail
org.globus.util
Class Tail
java.lang.Object
|
+--org.globus.util.Tail
- All Implemented Interfaces:
- Runnable
- public class Tail
- extends Object
- implements Runnable
|
Constructor Summary |
Tail()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Tail
public Tail()
setLogger
public void setLogger(org.apache.log4j.Logger logger)
start
public void start()
join
public void join()
throws InterruptedException
addFile
public void addFile(File file,
OutputStream out,
int pos)
throws IOException
run
public void run()
- Specified by:
run in interface Runnable
stop
public void stop()