org.globus.cog.abstraction.impl.execution.condor
Class LogReader

java.lang.Object
  extended byorg.globus.cog.abstraction.impl.execution.condor.LogReader
All Implemented Interfaces:
Runnable

public class LogReader
extends Object
implements Runnable


Constructor Summary
LogReader(String logFile, Task task)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogReader

public LogReader(String logFile,
                 Task task)
Method Detail

run

public void run()
Specified by:
run in interface Runnable