Package org.ikasan.endpoint.ftp.producer
Class FtpProducerAlternateConfiguration
- java.lang.Object
-
- org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
-
- org.ikasan.endpoint.ftp.producer.FtpProducerAlternateConfiguration
-
public class FtpProducerAlternateConfiguration extends FtpProducerConfiguration
FTP Producer Configuration window providing alternate connection details to be used in case primary connection fails- Author:
- Ikasan Development Team
-
-
Constructor Summary
Constructors Constructor Description FtpProducerAlternateConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleangetAlternateActive()java.lang.IntegergetAlternateConnectionTimeout()java.lang.IntegergetAlternateDataTimeout()java.lang.IntegergetAlternateMaxRetryAttempts()java.lang.StringgetAlternatePassword()java.lang.StringgetAlternateRemoteHost()java.lang.IntegergetAlternateRemotePort()java.lang.IntegergetAlternateSocketTimeout()java.lang.StringgetAlternateSystemKey()java.lang.StringgetAlternateUsername()voidsetAlternateActive(java.lang.Boolean alternateActive)voidsetAlternateConnectionTimeout(java.lang.Integer alternateConnectionTimeout)voidsetAlternateDataTimeout(java.lang.Integer alternateDataTimeout)voidsetAlternateMaxRetryAttempts(java.lang.Integer alternateMaxRetryAttempts)voidsetAlternatePassword(java.lang.String alternatePassword)voidsetAlternateRemoteHost(java.lang.String alternateRemoteHost)voidsetAlternateRemotePort(java.lang.Integer alternateRemotePort)voidsetAlternateSocketTimeout(java.lang.Integer alternateSocketTimeout)voidsetAlternateSystemKey(java.lang.String alternateSystemKey)voidsetAlternateUsername(java.lang.String alternateUsername)voidvalidate()Validating configuration parameters-
Methods inherited from class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
getActive, getChecksumDelivered, getCleanupJournalOnComplete, getClientID, getConnectionTimeout, getCreateParentDirectory, getDataTimeout, getFTPS, getFtpsIsImplicit, getFtpsKeyStoreFilePassword, getFtpsKeyStoreFilePath, getFtpsPort, getFtpsProtocol, getMaxRetryAttempts, getOutputDirectory, getOverwrite, getPassword, getPasswordFilePath, getRemoteHost, getRemotePort, getRenameExtension, getSocketTimeout, getSystemKey, getTempFileName, getUnzip, getUsername, isFTPS, setActive, setChecksumDelivered, setCleanupJournalOnComplete, setClientID, setConnectionTimeout, setCreateParentDirectory, setDataTimeout, setFTPS, setFtpsIsImplicit, setFtpsKeyStoreFilePassword, setFtpsKeyStoreFilePath, setFtpsPort, setFtpsProtocol, setMaxRetryAttempts, setOutputDirectory, setOverwrite, setPassword, setPasswordFilePath, setRemoteHost, setRemotePort, setRenameExtension, setSocketTimeout, setSystemKey, setTempFileName, setUnzip, setUsername
-
-
-
-
Method Detail
-
getAlternateActive
public java.lang.Boolean getAlternateActive()
- Returns:
- the alternateActive
-
setAlternateActive
public void setAlternateActive(java.lang.Boolean alternateActive)
- Parameters:
alternateActive- the alternateActive to set
-
getAlternateRemoteHost
public java.lang.String getAlternateRemoteHost()
- Returns:
- the alternateRemoteHost
-
setAlternateRemoteHost
public void setAlternateRemoteHost(java.lang.String alternateRemoteHost)
- Parameters:
alternateRemoteHost- the alternateRemoteHost to set
-
getAlternateMaxRetryAttempts
public java.lang.Integer getAlternateMaxRetryAttempts()
- Returns:
- the alternateMaxRetryAttempts
-
setAlternateMaxRetryAttempts
public void setAlternateMaxRetryAttempts(java.lang.Integer alternateMaxRetryAttempts)
- Parameters:
alternateMaxRetryAttempts- the alternateMaxRetryAttempts to set
-
getAlternateRemotePort
public java.lang.Integer getAlternateRemotePort()
- Returns:
- the alternateRemotePort
-
setAlternateRemotePort
public void setAlternateRemotePort(java.lang.Integer alternateRemotePort)
- Parameters:
alternateRemotePort- the alternateRemotePort to set
-
getAlternateUsername
public java.lang.String getAlternateUsername()
- Returns:
- the alternateUsername
-
setAlternateUsername
public void setAlternateUsername(java.lang.String alternateUsername)
- Parameters:
alternateUsername- the alternateUsername to set
-
getAlternatePassword
public java.lang.String getAlternatePassword()
- Returns:
- the alternatePassword
-
setAlternatePassword
public void setAlternatePassword(java.lang.String alternatePassword)
- Parameters:
alternatePassword- the alternatePassword to set
-
getAlternateConnectionTimeout
public java.lang.Integer getAlternateConnectionTimeout()
- Returns:
- the alternateConnectionTimeout
-
setAlternateConnectionTimeout
public void setAlternateConnectionTimeout(java.lang.Integer alternateConnectionTimeout)
- Parameters:
alternateConnectionTimeout- the alternateConnectionTimeout to set
-
getAlternateDataTimeout
public java.lang.Integer getAlternateDataTimeout()
- Returns:
- the alternateDataTimeout
-
setAlternateDataTimeout
public void setAlternateDataTimeout(java.lang.Integer alternateDataTimeout)
- Parameters:
alternateDataTimeout- the alternateDataTimeout to set
-
getAlternateSocketTimeout
public java.lang.Integer getAlternateSocketTimeout()
- Returns:
- the alternateSocketTimeout
-
setAlternateSocketTimeout
public void setAlternateSocketTimeout(java.lang.Integer alternateSocketTimeout)
- Parameters:
alternateSocketTimeout- the alternateSocketTimeout to set
-
getAlternateSystemKey
public java.lang.String getAlternateSystemKey()
- Returns:
- the alternateSystemKey
-
setAlternateSystemKey
public void setAlternateSystemKey(java.lang.String alternateSystemKey)
- Parameters:
alternateSystemKey- the alternateSystemKey to set
-
validate
public void validate()
Description copied from class:FtpProducerConfigurationValidating configuration parameters- Overrides:
validatein classFtpProducerConfiguration
-
-