public class FTPConnectionSpec extends EISConnectionSpec
CLIENTID| Constructor and Description |
|---|
FTPConnectionSpec()
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getActive()
Getter for active
|
Boolean |
getCleanupJournalOnComplete()
Getter for cleanupJournalOnComplete
|
Integer |
getConnectionTimeout()
Get connection timeout
|
Integer |
getDataTimeout()
Get data connection timeout
|
Boolean |
getFtpsIsImplicit() |
String |
getFtpsKeyStoreFilePassword() |
String |
getFtpsKeyStoreFilePath() |
Integer |
getFtpsPort() |
String |
getFtpsProtocol() |
Boolean |
getIsFTPS() |
Integer |
getMaxRetryAttempts()
Get the max retry attempts
|
String |
getPassword()
Get the password
|
Integer |
getPollTime()
Getter for pollTime
|
String |
getRemoteHostname()
Get the host
|
Integer |
getRemotePort()
Gets remote port number.
|
Integer |
getSocketTimeout()
Get socket connection timeout
|
String |
getSystemKey()
Getter for systemKey
|
String |
getUsername()
Get the username
|
void |
setActive(Boolean active)
Set active
|
void |
setCleanupJournalOnComplete(Boolean cleanupJournalOnComplete)
Setter for cleanupJournalOnComplete
|
void |
setConnectionTimeout(Integer connectionTimeout)
Set connection timeout
|
void |
setDataTimeout(Integer dataTimeout)
Set data timeout
|
void |
setFtpsIsImplicit(Boolean ftpsIsImplicit) |
void |
setFtpsKeyStoreFilePassword(String ftpsKeyStoreFilePassword) |
void |
setFtpsKeyStoreFilePath(String ftpsKeyStoreFilePath) |
void |
setFtpsPort(Integer ftpsPort) |
void |
setFtpsProtocol(String ftpsProtocol) |
void |
setIsFTPS(Boolean isFTPS) |
void |
setMaxRetryAttempts(Integer maxRetryAttempts)
Set the max retry attempts
|
void |
setPassword(String password)
Set the password
|
void |
setPollTime(Integer pollTime)
Setter for pollTime
|
void |
setRemoteHostname(String remoteHostname)
Set the host
|
void |
setRemotePort(Integer remotePort)
Sets the value of
remotePort. |
void |
setSocketTimeout(Integer socketTimeout)
Set socket timeout
|
void |
setSystemKey(String systemKey)
Setter for systemKey
|
void |
setUsername(String username)
Set the username
|
String |
toString()
String representation of the ConnectionSpec
|
getClientID, setClientIDpublic Boolean getActive()
public void setActive(Boolean active)
active - active/passive mode.public Boolean getCleanupJournalOnComplete()
public void setCleanupJournalOnComplete(Boolean cleanupJournalOnComplete)
cleanupJournalOnComplete - Flag to clean transaction journal after complete.public String getRemoteHostname()
public void setRemoteHostname(String remoteHostname)
remoteHostname - - the hostpublic Integer getMaxRetryAttempts()
public void setMaxRetryAttempts(Integer maxRetryAttempts)
maxRetryAttempts - Maximum connection attempts before failure.public String getPassword()
public void setPassword(String password)
password - User password for FTP host.public Integer getRemotePort()
remotePortpublic void setRemotePort(Integer remotePort)
remotePort.remotePort - The remote port number.public String getUsername()
public void setUsername(String username)
username - User with privilege to connect to FTP host.public Integer getPollTime()
public void setPollTime(Integer pollTime)
pollTime - Initial polling timepublic String getSystemKey()
public void setSystemKey(String systemKey)
systemKey - The system key to setpublic Integer getConnectionTimeout()
public void setConnectionTimeout(Integer connectionTimeout)
connectionTimeout - -public Integer getDataTimeout()
public void setDataTimeout(Integer dataTimeout)
dataTimeout - The data timeout in mspublic Integer getSocketTimeout()
public void setSocketTimeout(Integer socketTimeout)
socketTimeout - The socket timeout in mspublic Boolean getIsFTPS()
public void setIsFTPS(Boolean isFTPS)
public Integer getFtpsPort()
public void setFtpsPort(Integer ftpsPort)
public String getFtpsProtocol()
public void setFtpsProtocol(String ftpsProtocol)
public Boolean getFtpsIsImplicit()
public void setFtpsIsImplicit(Boolean ftpsIsImplicit)
public String getFtpsKeyStoreFilePath()
public void setFtpsKeyStoreFilePath(String ftpsKeyStoreFilePath)
public String getFtpsKeyStoreFilePassword()
public void setFtpsKeyStoreFilePassword(String ftpsKeyStoreFilePassword)
Copyright © 2007-2017 Ikasan. All Rights Reserved.