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()
           
 
Method Summary
 void addFile(File file, OutputStream out, int pos)
           
 void join()
           
 void run()
           
 void setLogger(org.apache.log4j.Logger logger)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tail

public Tail()
Method Detail

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