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
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
buffer
protected org.globus.io.ftp.internal.RequestThread.Buffer buffer
stop
protected boolean stop
RequestThread
public RequestThread()
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()