GNDMS 0.6.0
RESTful verison of GNDMS
Public Member Functions | Private Attributes | Static Private Attributes

de.zib.gndms.taskflows.filetransfer.server.model.FTPTransferState Class Reference

Inherits java::io::Serializable.

List of all members.

Public Member Functions

String getFtpArgsString ()
 Returns the ready to use version of the ftpArgs argument.
String getTransferId ()
String getFtpArgs ()
String getCurrentFile ()
void setTransferId (String transferId)
void setFtpArgs (String ftpArgs)
void setCurrentFile (String currentFile)

Private Attributes

String transferId
String ftpArgs
String currentFile

Static Private Attributes

static final long serialVersionUID = 2714855051629668967L

Detailed Description

Author:
try ma ik jo rr a zib
Version:
$Id$

User: mjorra, Date: 30.09.2008, Time: 17:24:14


Member Function Documentation

String de.zib.gndms.taskflows.filetransfer.server.model.FTPTransferState.getFtpArgsString ( )

Returns the ready to use version of the ftpArgs argument.

The normal getFtpArgs method only returns the pure data, which isn't suited to construct a restart marker.

Returns:
ftpArgsString
                                      {
        return "Range Marker " + ftpArgs;
    }

The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables