com.tibco.bw.plugin.config.ftp
Interface FTPPutConfigProps

All Superinterfaces:
CommonProps, FTPActivitiesCommonConfigProps

public interface FTPPutConfigProps
extends FTPActivitiesCommonConfigProps

The set of all configuration properties of the FTP Put Activity.


Field Summary
static byte APPEND
          This is the Append configuration property.
static byte BINARY
          This is the Binary configuration property.
static byte MAINTAIN_2_0_COMPATIBILITY
          This is the Maintain 2.0 Compatibility configuration property.
static byte OVERWRITE_EXISITNG_FILES
          This is the Overwrite Exisitng Files configuration property.
static byte TIMEOUT
          This is the Timeout (msec) configuration property.
static byte USE_PROCESS_DATA
          This is the Use Process Data configuration property.
 
Fields inherited from interface com.tibco.bw.plugin.config.ftp.FTPActivitiesCommonConfigProps
FTP_CONNECTION, FTP_QUIT
 
Fields inherited from interface com.tibco.bw.plugin.config.CommonProps
DESCRIPTION, NAME, UNRESERVED_PROPERTY
 

Field Detail

BINARY


static final byte BINARY
This is the Binary configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

TIMEOUT


static final byte TIMEOUT
This is the Timeout (msec) configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

OVERWRITE_EXISITNG_FILES


static final byte OVERWRITE_EXISITNG_FILES
This is the Overwrite Exisitng Files configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

APPEND


static final byte APPEND
This is the Append configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

USE_PROCESS_DATA


static final byte USE_PROCESS_DATA
This is the Use Process Data configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

MAINTAIN_2_0_COMPATIBILITY


static final byte MAINTAIN_2_0_COMPATIBILITY
This is the Maintain 2.0 Compatibility configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values


Copyright @ 2010, TIBCO Softwares (Inc). All right reserved