Java Globus API: Class RequestThread

org.globus.io.ftp.internal
Class RequestThread

java.lang.Object
  |
  +--org.globus.io.ftp.internal.RequestThread
All Implemented Interfaces:
java.lang.Runnable

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


Field Summary
protected  org.globus.io.ftp.internal.RequestThread.Buffer buffer
           
protected  boolean stop
           
 
Constructor Summary
RequestThread()
           
 
Method Summary
 void addTask(java.lang.Runnable runnable)
           
 java.lang.Runnable getNextTask()
           
 void run()
           
 void run(java.lang.Runnable runnable)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

buffer

protected org.globus.io.ftp.internal.RequestThread.Buffer buffer

stop

protected boolean stop
Constructor Detail

RequestThread

public RequestThread()
Method Detail

start

public void start()

run

public void run(java.lang.Runnable runnable)

addTask

public void addTask(java.lang.Runnable runnable)

getNextTask

public java.lang.Runnable getNextTask()

run

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

stop

public void stop()