Sun Adapter for Batch/FTP

com.stc.eways.batchext
Class FtpFileTransferNamesAndCommandsPut

java.lang.Object
  extended by com.stc.eways.batchext.FtpFileTransferNamesAndCommands
      extended by com.stc.eways.batchext.FtpFileTransferNamesAndCommandsPut
All Implemented Interfaces:
TransferNamesAndCommands, java.io.Serializable

public class FtpFileTransferNamesAndCommandsPut
extends FtpFileTransferNamesAndCommands

This class is used to access the resolved transfer names and transfer commands for Batch Ftp "get" operation.

Version:
cvs revision: $Revision: 1.6 $ Last Modified: $Date: 2008/02/25 16:56:24 $
Author:
Harry Liu
See Also:
Serialized Form

Field Summary
static java.lang.String LOGGER_NAME
           
 
Fields inherited from class com.stc.eways.batchext.FtpFileTransferNamesAndCommands
append, cleanupOnPutFailure, etd, postDirectoryName, postFileName, postTransferCommand, preDirectoryName, preFileName, preTransferCommand, sequencePersistDir, targetDirectoryName, targetFileName
 
Constructor Summary
FtpFileTransferNamesAndCommandsPut(FtpETD etd)
          Constructs a new FtpFileTransferNamesAndCommandsPut object.
FtpFileTransferNamesAndCommandsPut(FtpFileTransferNamesAndCommands original, FtpFileConfiguration config)
           
 
Method Summary
 void resolveTargetLocation()
          Resolves Target Location Names.
 
Methods inherited from class com.stc.eways.batchext.FtpFileTransferNamesAndCommands
getAppend, getCleanupOnPutFailure, getPostDirectoryName, getPostFileName, getPostTransferCommand, getPreDirectoryName, getPreFileName, getPreTransferCommand, getTargetDirectoryName, getTargetFileName, resolvePostTransfer, resolvePreTransfer, setCleanupOnPutFailure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER_NAME

public static final java.lang.String LOGGER_NAME
See Also:
Constant Field Values
Constructor Detail

FtpFileTransferNamesAndCommandsPut

public FtpFileTransferNamesAndCommandsPut(FtpETD etd)
Constructs a new FtpFileTransferNamesAndCommandsPut object.

Parameters:
etd - FtpETD object.

FtpFileTransferNamesAndCommandsPut

public FtpFileTransferNamesAndCommandsPut(FtpFileTransferNamesAndCommands original,
                                          FtpFileConfiguration config)
Method Detail

resolveTargetLocation

public void resolveTargetLocation()
                           throws FtpFileException
Resolves Target Location Names.

Specified by:
resolveTargetLocation in interface TransferNamesAndCommands
Overrides:
resolveTargetLocation in class FtpFileTransferNamesAndCommands
Throws:
FtpFileException - If some error occurs.

Sun Adapter for Batch/FTP