RequestThread (Java Globus API)
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
|
protected java.lang.Thread |
thread
|
| 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
thread
protected java.lang.Thread thread
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()