TPTHelper (Java Globus API)
org.globus.io.ftp.internal
Class TPTHelper
java.lang.Object
|
+--org.globus.io.ftp.internal.TPTHelper
- All Implemented Interfaces:
- java.lang.Runnable
- public class TPTHelper
- extends java.lang.Object
- implements java.lang.Runnable
|
Method Summary |
void |
abort()
Abort the tpt transfer by closing the control
connection and reconnecting. |
void |
run()
|
void |
setOther(TPTHelper other)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TPTHelper
public TPTHelper(FTPClient src,
FTPClient dst,
TPTListener listener)
setOther
public void setOther(TPTHelper other)
abort
public void abort()
- Abort the tpt transfer by closing the control
connection and reconnecting.
run
public void run()
- Specified by:
run in interface java.lang.Runnable