Sun Adapter for Batch/FTP

com.stc.eways.batchext
Class LocalFileTransferNamesAndCommandsPut

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

public class LocalFileTransferNamesAndCommandsPut
extends TransferNamesAndCommandsBase

See Also:
Serialized Form

Field Summary
static java.lang.String LOGGER_NAME
           
 
Fields inherited from class com.stc.eways.batchext.TransferNamesAndCommandsBase
_Append, _PostDirectoryName, _PostFileName, _PostTransferCommand, _PreDirectoryName, _PreFileName, _PreTransferCommand, _TargetDirectoryName, _TargetFileName
 
Constructor Summary
LocalFileTransferNamesAndCommandsPut(LocalFileETD etd)
           
 
Method Summary
 long getOriginalFileSize()
           
 void resolvePostTransfer()
          Resolve Post Transfer Names/Command.
 void resolvePreTransfer()
          Resolve Pre Transfer Names/Command.
 void resolveTargetLocation()
          Resolve Target Location Names.
 void setEtd(LocalFileETD etd)
           
 void setOriginalFileSize(long size)
           
 
Methods inherited from class com.stc.eways.batchext.TransferNamesAndCommandsBase
getAppend, getPostDirectoryName, getPostFileName, getPostTransferCommand, getPreDirectoryName, getPreFileName, getPreTransferCommand, getTargetDirectoryName, getTargetFileName, getTransferDirectoryName, getTransferFileName, resolveNamePattern
 
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

LocalFileTransferNamesAndCommandsPut

public LocalFileTransferNamesAndCommandsPut(LocalFileETD etd)
Method Detail

setEtd

public void setEtd(LocalFileETD etd)

setOriginalFileSize

public void setOriginalFileSize(long size)

getOriginalFileSize

public long getOriginalFileSize()

resolveTargetLocation

public void resolveTargetLocation()
                           throws BatchException
Resolve Target Location Names.

Throws:
BatchException - If some error occurs.

resolvePreTransfer

public void resolvePreTransfer()
                        throws BatchException
Resolve Pre Transfer Names/Command.

Throws:
BatchException - If some error occurs.

resolvePostTransfer

public void resolvePostTransfer()
                         throws BatchException
Resolve Post Transfer Names/Command.

Throws:
BatchException - If some error occurs.

Sun Adapter for Batch/FTP