Java Globus API: Class Tail

org.globus.gatekeeper.jobmanager.internal
Class Tail

java.lang.Object
  |
  +--org.globus.gatekeeper.jobmanager.internal.Tail
All Implemented Interfaces:
java.lang.Runnable

public class Tail
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
Tail()
           
 
Method Summary
 void addFile(java.io.File file, java.io.OutputStream out, int pos)
           
 void join()
           
 void run()
           
 void setLogger(org.apache.log4j.Category 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.Category logger)

start

public void start()

join

public void join()
          throws java.lang.InterruptedException

addFile

public void addFile(java.io.File file,
                    java.io.OutputStream out,
                    int pos)
             throws java.io.IOException

run

public void run()
Specified by:
run in interface java.lang.Runnable

stop

public void stop()