com.glub.secureftp.bean
Class FTPAbortableTransfer

java.lang.Object
  extended by 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: 47 $, $Date: 2009-05-16 10:10:12 -0700 (Sat, 16 May 2009) $

Constructor Summary
FTPAbortableTransfer()
           
 
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
 

Constructor Detail

FTPAbortableTransfer

public FTPAbortableTransfer()
Method Detail

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-08 Glub Tech, Inc. All Rights Reserved.