com.glub.secureftp.bean
Class FTPAbortableTransfer
java.lang.Object
com.glub.secureftp.bean.FTPAbortableTransfer
public class FTPAbortableTransfer
- extends Object
The FTPAbortableTransfer class is responsible for helping
to abort a data transfer.
- Since:
- 2.0
- Version:
- $Revision: 1.2 $, $Date: 2002/10/24 06:30:56 $
|
Method Summary |
FTPData |
getFTPData()
Get the FTPData object for the current data transfer. |
void |
setFTPData(FTPData currentData)
Set the FTPData object for the current data transfer. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FTPAbortableTransfer
public FTPAbortableTransfer()
getFTPData
public FTPData getFTPData()
- Get the
FTPData object for the current data transfer.
- Returns:
- the
FTPData object for the current data transfer.
setFTPData
public void setFTPData(FTPData currentData)
- Set the
FTPData object for the current data transfer.
- Parameters:
currentData - the FTPData object for the current
data transfer.
Copyright © 2000-06
Glub Tech, Inc.
All Rights Reserved.