public class FTPConnectionRequestInfo extends EISConnectionRequestInfo
| Constructor and Description |
|---|
FTPConnectionRequestInfo() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
cleanupJournalOnComplete()
Getter for cleanupJournalOnComplete
|
boolean |
equals(Object o) |
Boolean |
getActive()
Get active
|
Integer |
getConnectionTimeout()
Get the connection timeout
|
Integer |
getDataTimeout()
Get the data 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()
Get the poll rate
|
String |
getRemoteHostname()
Get the host name
|
Integer |
getRemotePort()
Get the port
|
Integer |
getSocketTimeout()
Get the connection timeout
|
String |
getSystemKey()
Get the systemKey
|
String |
getUsername()
Get the username
|
int |
hashCode() |
void |
setActive(Boolean active)
Set active
|
void |
setCleanupJournalOnComplete(Boolean cleanupJournalOnComplete)
Setter for cleanupJournalOnComplete
|
void |
setConnectionTimeout(Integer connectionTimeout)
Set the connection timeout
|
void |
setDataTimeout(Integer dataTimeout)
Set the 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)
Set the poll rate
|
void |
setRemoteHostname(String remoteHostname)
Set the host name
|
void |
setRemotePort(Integer remotePort)
Set the port
|
void |
setSocketTimeout(Integer socketTimeout)
Set the socket timeout
|
void |
setSystemKey(String systemKey)
Set the systemKey
|
void |
setUsername(String username)
Set the username
|
String |
toString()
String representation of the ConnectionRequestInfo
|
getClientID, setClientIDpublic boolean equals(Object o)
equals in interface javax.resource.spi.ConnectionRequestInfoequals in class EISConnectionRequestInfopublic int hashCode()
hashCode in interface javax.resource.spi.ConnectionRequestInfohashCode in class EISConnectionRequestInfopublic Boolean getActive()
public void setActive(Boolean active)
active - New value for active flag.public Boolean cleanupJournalOnComplete()
public void setCleanupJournalOnComplete(Boolean cleanupJournalOnComplete)
cleanupJournalOnComplete - New value for cleanupJournalOnComplete parameter flag.public String getRemoteHostname()
public void setRemoteHostname(String remoteHostname)
remoteHostname - New value for hostname.public Integer getMaxRetryAttempts()
public void setMaxRetryAttempts(Integer maxRetryAttempts)
maxRetryAttempts - New value for maxRetryAttempts.public String getPassword()
public void setPassword(String password)
password - New value for password.public Integer getPollTime()
public void setPollTime(Integer pollTime)
pollTime - New value for pollTime.public Integer getRemotePort()
public void setRemotePort(Integer remotePort)
remotePort - New value for port.public String getUsername()
public void setUsername(String username)
username - New value for username.public String getSystemKey()
public void setSystemKey(String systemKey)
systemKey - The system key to setpublic void setConnectionTimeout(Integer connectionTimeout)
connectionTimeout - The connection timeout to setpublic Integer getConnectionTimeout()
public void setDataTimeout(Integer dataTimeout)
dataTimeout - The data timeout to setpublic Integer getDataTimeout()
public void setSocketTimeout(Integer socketTimeout)
socketTimeout - The connection timeout to setpublic Integer getSocketTimeout()
public 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.